anthropic Anthropic Python SDK Releases · · 1.3.0

Anthropic Python SDK v1.3.0 Released with New API Features and Fixes

sdkaigapreviewengineermedia
feature patch

Anthropic has released version 1.3.0 of its Python SDK, introducing several new API features related to beta user profiles, organization compliance settings, and updates to memory-store and toolset schemas. These enhancements empower developers with finer control over user management and compliance configurations, enriching the interaction capabilities of AI applications. The update also includes important bug fixes, such as resolving `base_url` for AWS regions and improving batch processing response wrappers, enhancing the SDK's overall stability and reliability for engineers.

  • beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type
  • manual updates
  • organization compliance settings, user-profile order_by, memory-store and toolset schema updates
  • resolve base_url from aws_region under skip_auth and with_options
  • add results to GA raw/streaming response wrappers
Features (3)
  • api beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type
  • api manual updates
  • api organization compliance settings, user-profile order_by, memory-store and toolset schema updates
Fixes (5)
  • aws resolve base_url from aws_region under skip_auth and with_options
  • batches add results to GA raw/streaming response wrappers
  • ci don't hard-wrap detect-breaking-changes output
  • client derive multipart filename for file tuples passed without one
  • types remove unused wire aliases from header and path params
Maintenance (5)
  • internal drop the unused discriminator argument from PropertyInfo
  • internal drop the unused distro dependency
  • changelog detail the beta files/skills GA-shape change
  • types mark discriminated unions with UnionDiscriminator instead of PropertyInfo
  • types use UnionDiscriminator for more discriminated unions
Read the original announcement →

https://github.com/anthropics/anthropic-sdk-python/releases/tag/v1.3.0

Related releases