Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anthropics/anthropic-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.97.0
Choose a base ref
...
head repository: anthropics/anthropic-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.98.0
Choose a head ref
  • 16 commits
  • 60 files changed
  • 2 contributors

Commits on May 4, 2026

  1. codegen metadata

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    a391d07 View commit details
    Browse the repository at this point in the history
  2. codegen metadata

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    aecbabc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c00709e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7706344 View commit details
    Browse the repository at this point in the history
  5. feat(api): improve Managed Agents APIs

    - Filter sessions by attached memory store: GET /v1/sessions accepts a new
      optional `memory_store_id` query param
    - BetaListUserProfilesResponse always returns `next_page` (now non-nullable
      in SDK types)
    - Allow `max_tokens: 0` on message creation (previously rejected as below
      minimum)
    - Rename "BYOC" to "self-hosted" in environment config docs
    - Improve SDK reference docs: human-readable method summaries (e.g.
      "Delete a memory store"), richer parameter and field descriptions, and
      fuller enum docs across the managed-agents-memory beta
    - CLI: accept `id` as an alias for memory-store, memory, agent, session,
      vault, environment, and credential identifiers on update commands for
      easier piping from stdin
    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    b27e825 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9b8989 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd7b0a5 View commit details
    Browse the repository at this point in the history
  8. codegen metadata

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    d3ebbe6 View commit details
    Browse the repository at this point in the history
  9. fix(vertex): async client missing us/eu multi-region base_url branche…

    …s (#1734)
    
    Mirrors the us/eu region branches from the sync AnthropicVertex into
    AsyncAnthropicVertex.__init__. Previously these regions fell through to
    the generic fallback and built {region}-aiplatform.googleapis.com, which
    returns 404 from the GCP URL router.
    
    Adds matching unit tests on TestAsyncAnthropicVertex to mirror the
    existing sync test pattern.
    
    Picked up from #1406 (Alex Toberoff).
    dtmeadows authored and stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    162fb21 View commit details
    Browse the repository at this point in the history
  10. codegen metadata

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    cd2fb42 View commit details
    Browse the repository at this point in the history
  11. codegen metadata

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    9ec2e58 View commit details
    Browse the repository at this point in the history
  12. codegen metadata

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    ff0a507 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5d9aa5 View commit details
    Browse the repository at this point in the history
  14. feat(client): add Workload Identity Federation, interactive OAuth, an…

    …d auth profiles
    
    Add helpers for performing Workload Identity Federation based identity auth, as well as support for interactive OAuth and profile management.
    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    3be1e89 View commit details
    Browse the repository at this point in the history
  15. codegen metadata

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    b669ad4 View commit details
    Browse the repository at this point in the history
  16. release: 0.98.0

    stainless-app[bot] committed May 4, 2026
    Configuration menu
    Copy the full SHA
    11b87bc View commit details
    Browse the repository at this point in the history
Loading