Change8

v0.72.1

Breaking Changes
📦 anthropic-sdkView on GitHub →
1 breaking🐛 3 fixes🔧 5 symbols

Summary

This release drops support for Python 3.8 and includes bug fixes for stream handling, Pydantic v1 compatibility, and Python 3.14 support.

⚠️ Breaking Changes

  • Python 3.8 is no longer supported. Users must upgrade to Python 3.9 or higher.

🐛 Bug Fixes

  • Modified client to allow closing streams without requiring full consumption of the stream.
  • Improved compatibility with Python 3.14.
  • Updated model_dump and model_dump_json signatures to maintain compatibility with Pydantic v1.

Affected Symbols