Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2025

Updates the requirements on anthropic to permit the latest version.

Release notes

Sourced from anthropic's releases.

v0.50.0

0.50.0 (2025-04-22)

Full Changelog: v0.49.0...v0.50.0

Features

  • api: extract ContentBlockDelta events into their own schemas (#920) (ae773d6)
  • api: manual updates (46ac1f8)
  • api: manual updates (48d9739)
  • api: manual updates (66e8cc3)
  • api: manual updates (a74746e)

Bug Fixes

  • ci: ensure pip is always available (#907) (3632687)
  • ci: remove publishing patch (#908) (cae0323)
  • client: deduplicate stop reason type (#913) (3ab0194)
  • client: send all configured auth headers (#929) (9d2581e)
  • perf: optimize some hot paths (cff76cb)
  • perf: skip traversing types for NotGiven values (dadac7f)
  • project: bump httpx minimum version to 0.25.0 (b554138), closes #902
  • types: handle more discriminated union shapes (#906) (2fc179a)
  • vertex: explicitly include requests extra (2b1221b)

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (#912) (ddf7835)
  • ci: add timeout thresholds for CI jobs (7226a5c)
  • client: minor internal fixes (99b9a38)
  • internal: add back release workflow (ce18972)
  • internal: base client updates (2e08c71)
  • internal: bump pyright version (d9ea30e)
  • internal: bump rye to 0.44.0 (#905) (e1a1b14)
  • internal: expand CI branch coverage (#934) (b23fdc9)
  • internal: fix list file params (cfbaaf9)
  • internal: import ordering changes (#895) (b8da2f7)
  • internal: import reformatting (5e6cd74)
  • internal: reduce CI branch coverage (07e813f)
  • internal: refactor retries to not use recursion (4354e82)
  • internal: remove CI condition (#916) (043b56b)
  • internal: remove extra empty newlines (#904) (cfe8f6e)
  • internal: remove trailing character (#924) (dc8e781)
  • internal: remove unused http client options forwarding (#890) (e0428bf)
  • internal: slight transform perf improvement (#931) (3ed4e5e)
  • internal: update config (#914) (a697234)
  • internal: update models test (b1e031d)
  • internal: update pyright settings (38bdc6c)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.50.0 (2025-04-22)

Full Changelog: v0.49.0...v0.50.0

Features

  • api: extract ContentBlockDelta events into their own schemas (#920) (ae773d6)
  • api: manual updates (46ac1f8)
  • api: manual updates (48d9739)
  • api: manual updates (66e8cc3)
  • api: manual updates (a74746e)

Bug Fixes

  • ci: ensure pip is always available (#907) (3632687)
  • ci: remove publishing patch (#908) (cae0323)
  • client: deduplicate stop reason type (#913) (3ab0194)
  • client: send all configured auth headers (#929) (9d2581e)
  • perf: optimize some hot paths (cff76cb)
  • perf: skip traversing types for NotGiven values (dadac7f)
  • project: bump httpx minimum version to 0.25.0 (b554138), closes #902
  • types: handle more discriminated union shapes (#906) (2fc179a)
  • vertex: explicitly include requests extra (2b1221b)

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (#912) (ddf7835)
  • ci: add timeout thresholds for CI jobs (7226a5c)
  • client: minor internal fixes (99b9a38)
  • internal: add back release workflow (ce18972)
  • internal: base client updates (2e08c71)
  • internal: bump pyright version (d9ea30e)
  • internal: bump rye to 0.44.0 (#905) (e1a1b14)
  • internal: expand CI branch coverage (#934) (b23fdc9)
  • internal: fix list file params (cfbaaf9)
  • internal: import ordering changes (#895) (b8da2f7)
  • internal: import reformatting (5e6cd74)
  • internal: reduce CI branch coverage (07e813f)
  • internal: refactor retries to not use recursion (4354e82)
  • internal: remove CI condition (#916) (043b56b)
  • internal: remove extra empty newlines (#904) (cfe8f6e)
  • internal: remove trailing character (#924) (dc8e781)
  • internal: remove unused http client options forwarding (#890) (e0428bf)
  • internal: slight transform perf improvement (#931) (3ed4e5e)
  • internal: update config (#914) (a697234)
  • internal: update models test (b1e031d)
  • internal: update pyright settings (38bdc6c)
  • internal: variable name and test updates (#925) (f5d0809)

... (truncated)

Commits
  • f5bdf51 release: 0.50.0
  • 6d97dd3 chore(internal): refactor retries to not use recursion
  • 8ac34d5 chore(internal): fix list file params
  • 0d2dc97 chore(internal): import reformatting
  • 29f5c40 chore(ci): add timeout thresholds for CI jobs
  • 303d116 chore(internal): update models test
  • 994e532 chore(internal): base client updates
  • 7968356 chore(internal): bump pyright version
  • 6905254 chore(client): minor internal fixes
  • 26c95b0 chore(internal): update pyright settings
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 24, 2025
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Apr 24, 2025

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Apr 24, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@dependabot dependabot bot force-pushed the dependabot/pip/v2/anthropic-0.50.0 branch from 381304d to 515827a Compare April 25, 2025 01:06
Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 0.50.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/v2/anthropic-0.50.0 branch from 515827a to f15bbd8 Compare April 25, 2025 01:08
@liuruibin liuruibin merged commit 3d1c43c into v2 Apr 25, 2025
1 of 4 checks passed
@liuruibin liuruibin deleted the dependabot/pip/v2/anthropic-0.50.0 branch April 25, 2025 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file do-not-merge/release-note-label-needed python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants