anthropic Anthropic Python SDK Releases · · 0.101.0

Anthropic SDK for Python v0.101.0 adds AWS client

sdkai
feature patch

The Anthropic SDK for Python has released version 0.101.0, introducing a new AWS client for accessing Claude models on AWS. This update also includes a fix for a file type error message and several chore updates related to examples. The new AWS client is available immediately for users leveraging the Anthropic platform on Amazon Web Services.

  • Add AWS client for Claude Platform on AWS
  • add missing f-string prefix in file type error message
  • bump tools_runner.py to claude-sonnet-4-5-20250929
  • update shebang from poetry to uv
Features (1)
  • aws Add AWS client for Claude Platform on AWS
Fixes (1)
  • client add missing f-string prefix in file type error message
Maintenance (2)
  • examples bump tools_runner.py to claude-sonnet-4-5-20250929
  • examples update shebang from poetry to uv
Read the original announcement →

https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.101.0

Related releases