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.73.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.74.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 6 contributors

Commits on Nov 18, 2025

  1. codegen metadata

    stainless-app[bot] authored and RobertCraigie committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    2cf6a6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63a20b View commit details
    Browse the repository at this point in the history
  3. fix: use posix paths in file collection for cross-platform compatibility

    On Windows, str(Path) produces backslash-separated paths which
    the API rejects. Use .as_posix() to ensure forward slashes on
    all platforms.
    
    Fixes #1051
    yashwantbezawada authored and RobertCraigie committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    f0cff2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4721bd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a35fc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac3c167 View commit details
    Browse the repository at this point in the history
  7. release: 0.74.0

    stainless-app[bot] authored and RobertCraigie committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    49fe6ed View commit details
    Browse the repository at this point in the history
Loading