anthropic Anthropic Python SDK Releases · · 0.117.0

Anthropic SDK Python v0.117.0 Adds Dreaming and MCP Tunnels Support

sdkai
feature patch

Anthropic's Python SDK has been updated to version 0.117.0, introducing support for the 'dreaming' feature and MCP Tunnels. This release also includes a bug fix to enhance credential security by keeping sensitive material out of traceback frames. The update is relevant for developers using the Python SDK to integrate with Anthropic's AI models, with new features available now.

  • add support for dreaming
  • add support for MCP Tunnels
  • keep credential material out of traceback frame locals via SecretStr
  • small updates to field descriptions
  • update model example
Features (2)
  • api add support for dreaming
  • api add support for MCP Tunnels
Fixes (1)
  • credentials keep credential material out of traceback frame locals via SecretStr
Maintenance (3)
  • docs small updates to field descriptions
  • docs update model example
  • docs updates to descriptions and examples
Read the original announcement →

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

Related releases