模型行为官方发布自动监测

Anthropic Python SDK v1.3.0

Anthropic Python SDK v1.3.0 updates user profile beta APIs, adds organization compliance settings, updates memory-store/toolset schemas, and fixes AWS base URL resolution and batch response wrappers.

原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。

人类阅读

为什么值得关注

Anthropic has released version 1.3.0 of its Python SDK. Key updates include additions and modifications to the beta user profiles API (adding external user onboarded at and removing relationship in favor of access type ), support for organization compliance settings, user-profile ordering, and updates to schemas for memory stores and toolsets. Bug fixes include resolving the base URL from AWS regions when skipping auth and passing options, attaching results to GA raw/streaming response wrappers for batches, properly deriving multipart filenames for file tuples, and removing unused wire aliases. Internal changes include dropping the unused distro dependency and refactoring discriminated union types to use UnionDiscriminator .

Agent 解析

可执行摘要

Anthropic Python SDK v1.3.0 brings API schema updates including beta user profile field changes (external user onboarded at added, relationship replaced by access type), memory-store and toolset updates, and organization compliance settings. It also fixes AWS base URL resolution when skipping auth, adds results to GA raw/streaming batch wrappers, and refactors discriminated unions.

Agent 实用度
82/100
可信度
96%
机器格式
JSON + Markdown
下一步

开发者应核对什么

  • Review usage of beta user profile APIs to accommodate the removal of 'relationship' in favor of 'access type' and the addition of 'external user onboarded at'.
  • Update memory-store and toolset integrations to match newly updated schemas.
  • Verify AWS client implementations if relying on region base URL resolution with skip auth.
  • Upgrade the 'anthropic' Python package to v1.3.0.
分类

标签与路由

anthropicsdkpython
相关信号

继续阅读