Anthropic Python SDK v1.1.0 Adds Beta Thinking Display Mode, Org API Endpoints
sdkaipreviewengineer
feature patch
Anthropic has released version 1.1.0 of its Python SDK, introducing new API capabilities for developers. This update adds a beta `updates` thinking display mode for real-time interaction feedback and supports new Organization API endpoints. It also includes several bug fixes and internal improvements, enhancing the SDK's functionality and stability. These changes primarily benefit developers integrating Anthropic's AI models into their Python applications, enabling more dynamic user experiences and organizational management.
- →add updates thinking display mode (beta)
- →add missing anthropic-beta values
- →add support for Organization API endpoints
- →correct link for long requests error , closes #1883
- →keep the tool runner going on pause_turn
Features (3) ›
- api add updates thinking display mode (beta)
- api add missing anthropic-beta values
- api add support for Organization API endpoints
Fixes (2) ›
- docs correct link for long requests error , closes #1883
- tools keep the tool runner going on pause_turn
Maintenance (6) ›
- docs clarify skill version latest support and memory version retention
- internal cancel superseded CI runs
- internal minor workflow reformat
- internal remove the legacy response API
- internal use import httpx2 directly instead of aliasing as httpx
- api clarify session thread agent and usage.iterations compaction descriptions (beta)
Read the original announcement →
https://github.com/anthropics/anthropic-sdk-python/releases/tag/v1.1.0
Related releases
- Anthropic enhances Compliance API, extends Admin API to SDKs and CLI Claude Platform Release Notes ·
- Anthropic Claude claude-opus-4-5-20251101 reaches end of life in 90 days endoflife.date ·
- Anthropic's Claude Code v2.1.246 Patch Addresses Bugs and Improves Stability Claude Code Releases ·
- Claude adds cross-chat memory, editable topics, and sensitive data settings Claude Release Notes ·
- Anthropic Launches $5M Grant Program for AI Wellbeing Research Anthropic News ·
- Claude Code v2.1.245 Patches Linux Startup Crash Claude Code Releases ·