非公式・AI自動要約ニュースサイト(Anthropic公式とは無関係)
Claude News JP / www.claude-news.online
📰 ニュース Anthropic 🔵 標準 LLMコーディング · 出典: SDK (anthropic-sdk-python)

thinking表示の更新仕様が追加、Organization API対応で規模拡大に対応した感じ

anthropic-sdk-python v1.1.0 リリース — thinking表示モードとOrganization API対応

原題: anthropics/anthropic-sdk-python: v1.1.0

重要度の根拠: SDK マイナーバージョンアップで新機能追加とバグ修正が含まれるが、既存ユーザーへの即影響は限定的

要約

Anthropicの公式Python SDKがv1.1.0にアップデートされました。主な新機能は、thinking表示モード(ベータ)の追加、Organization APIエンドポイント対応、anthropic-betaヘッダ値の補完です。バグ修正ではツールランナーがpause_turn時に継続するよう改善され、ドキュメント更新も含まれています。SDK利用者は、組織管理機能が必要な場合や、最新のthinking可視化機能を試したい場合は更新の対象になります。

要点

  • thinking表示モード(ベータ)追加で思考プロセスの可視化が進む
  • Organization APIエンドポイント対応で複数組織管理が可能に
  • anthropic-betaヘッダ値補完でベータ機能へのアクセスを厳密化
  • tool_runnerのpause_turn時継続修正でエージェント挙動が堅牢化
  • legacy response API削除でHTTP通信層をモダン化
開発者向け技術解説(API・実装詳細・破壊的変更)を見る

Python SDKがv1.1.0で3つの主要API改善を実装:①thinking表示モード(ベータ版)のサポート追加—updateキーワードによるthinkingストリーム制御が可能;②Organization APIエンドポイント統合—企業向けのマルチテナント管理が可能;③anthropic-betaヘッダ値の補完—最新ベータ機能へのアクセス制御を厳密化。バグ修正ではtool_useループがpause_turn発生時も継続するよう修正(tools側の状態管理)。内部ではlegacy response APIを削除し、httpx2をdirect importに統一してHTTP通信層をモダン化。これらは互換性を保ちながらの拡張で、既存コードへの影響は最小限。

本文の日本語訳(全文)を見る

## v1.1.0 (2026年8月26日)

**完全なチェンジログ:** [v1.0.0...v1.1.0](https://github.com/anthropics/anthropic-sdk-python/compare/v1.0.0...v1.1.0)

### 新機能

* **api:** `updates` thinking 表示モード(ベータ)を追加 ([eb4a73f](https://github.com/anthropics/anthropic-sdk-python/commit/eb4a73fdddc153e1bb4375f7b9e3d45b4bce5c5b))

* **api:** anthropic-beta 値の欠落分を追加 ([dbebd15](https://github.com/anthropics/anthropic-sdk-python/commit/dbebd1515db48f4200105b3a92136a0ba787751e))

* **api:** Organization API エンドポイントのサポートを追加 ([5a5b8fc](https://github.com/anthropics/anthropic-sdk-python/commit/5a5b8fc1eec3f3a494f6a3b08819e0ea06ecc45d))

### バグ修正

* **docs:** long requests エラーのリンクを修正 ([#1884](https://github.com/anthropics/anthropic-sdk-python/issues/1884)) ([4474f31](https://github.com/anthropics/anthropic-sdk-python/commit/4474f31efa48588eff590f04419230791e22419f))、[#1883](https://github.com/anthropics/anthropic-sdk-python/issues/1883) をクローズ

* **tools:** pause_turn 時にツールランナーが動作継続するよう修正 ([#343](https://github.com/anthropics/anthropic-sdk-python/issues/343)) ([ab1ec60](https://github.com/anthropics/anthropic-sdk-python/commit/ab1ec609f2cce801644ff4410660deb52680f273))

### その他

* **docs:** スキルバージョン `latest` のサポートとメモリバージョン保持について明確化 ([a754f3b](https://github.com/anthropics/anthropic-sdk-python/commit/a754f3b53f2040491d6390850e08982d36f19910))

* **internal:** 置き換わった CI ランを キャンセル ([c061ab1](https://github.com/anthropics/anthropic-sdk-python/commit/c061ab1cf0cf9a7c6519abe1260a2bc0bac4794c))

* **internal:** ワークフローフォーマットを微調整 ([1569002](https://github.com/anthropics/anthropic-sdk-python/commit/1569002594c39349d8a38eaef51c57caaa981485))

* **internal:** レガシー response API を削除 ([a48b1dd](https://github.com/anthropics/anthropic-sdk-python/commit/a48b1dde8b3159085c904b9abe252adccf06b47b))

* **internal:** httpx のエイリアス化ではなく `import httpx2` を直接使用 ([628d789](https://github.com/anthropics/anthropic-sdk-python/commit/628d7891884748b4eef51506543bfd2ef757ba17))

### ドキュメント

* **api:** セッションスレッドエージェントと usage.iterations 圧縮説明を明確化(ベータ) ([4ace503](https://github.com/anthropics/anthropic-sdk-python/commit/4ace503320c2af170fefe6be605cf2ddd729594a))

API/SDK対象: 開発者

出典: https://github.com/anthropics/anthropic-sdk-python/releases/tag/v1.1.0

媒体: SDK (anthropic-sdk-python)

※本記事は Anthropic / Claude 関連の公開情報を基に AI (OpenAI GPT-4o-mini) が日本語で要約・分類した二次的著作物です。著作権法第32条の引用要件に基づき出典 URL を必ず併記しています。要約は AI 生成のため誤訳・誤解釈を含む可能性があります。詳細・正確な情報は必ず出典元の原文をご確認ください。