v1.3.0
Added 3
- Add external_user_onboarded_at field to beta user profiles
- Add organization compliance settings
- Add user-profile order_by parameter
Changed 2
- Replace relationship field with access_type in beta user profiles
- Update memory-store and toolset schema
Fixed 3
- Resolve base_url from aws_region under skip_auth and with_options
- Add results to GA raw/streaming response wrappers for batches
- Derive multipart filename for file tuples passed without one
Removed 2
- Remove unused wire aliases from header and path params
- Drop the unused distro dependency
From Anthropic Python SDK
1.3.0 (2026-09-01)
Full Changelog: v1.2.0...v1.3.0
Features
- api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (74080c3)
- api: manual updates (1dc3ce0)
- api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (429e719)
Bug Fixes
- aws: resolve base_url from aws_region under skip_auth and with_options (#564) (b6d1732)
- batches: add results to GA raw/streaming response wrappers (cbf9715)
- ci: don't hard-wrap detect-breaking-changes output (b5be779)
- client: derive multipart filename for file tuples passed without one (a9f3fb4)
- types: remove unused wire aliases from header and path params (dc0a9ab)
Chores
- internal: drop the unused discriminator argument from PropertyInfo (3dae6fd)
- internal: drop the unused distro dependency (a47d85f)