anthropic Anthropic Python SDK Releases · · 0.123.0

Anthropic Python SDK v0.123.0 Adds API Additions and Client Enhancements

sdkaigaengineer
feature patch

Anthropic has released version 0.123.0 of its Python SDK, introducing several new API additions related to files, memory stores, skills, and user profiles. This update also provides new client helpers for accessing workspace IDs and includes multiple bug fixes to improve stability and error handling. Python developers leveraging Anthropic's API will benefit from these expanded capabilities and reliability improvements. The release also removes unsupported content blocks and updates internal mechanisms for better performance.

  • additions to files and memory stores
  • updates to skill, files, and user profiles
  • add helpers for accessing the workspace ID in response headers
  • remove unsupported mid_conv_system content block
  • compute platform headers without spawning a subprocess
Features (3)
  • api additions to files and memory stores
  • api updates to skill, files, and user profiles
  • client add helpers for accessing the workspace ID in response headers
Fixes (6)
  • api remove unsupported mid_conv_system content block
  • client compute platform headers without spawning a subprocess
  • client export custom status errors from _exceptions.__all__
  • client export ServiceUnavailableError and DeadlineExceededError from the package root
  • session-runner retry tool-result sends for at least the lease TTL
  • tools run synchronous session tools in a worker thread
Maintenance (2)
  • examples remove legacy Text Completions API examples
  • internal remove leftover prism references
Read the original announcement →

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

Related releases