Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency anthropic to v0.45.2 #292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
anthropic ==0.18.1 -> ==0.45.2 age adoption passing confidence

Release Notes

anthropics/anthropic-sdk-python (anthropic)

v0.45.2

Compare Source

Full Changelog: v0.45.1...v0.45.2

Bug Fixes

v0.45.1

Compare Source

Full Changelog: v0.45.0...v0.45.1

Bug Fixes
Chores

v0.45.0

Compare Source

Full Changelog: v0.44.0...v0.45.0

Features
Chores

v0.44.0

Compare Source

Full Changelog: v0.43.1...v0.44.0

Features
Bug Fixes
Chores
Documentation

v0.43.1

Compare Source

Full Changelog: v0.43.0...v0.43.1

Bug Fixes
  • docs: correct results return type (69ad511)
Chores

v0.43.0

Compare Source

Full Changelog: v0.42.0...v0.43.0

Features
Bug Fixes
  • client: only call .close() when needed (#​811) (21e0eb3)
  • correctly handle deserialising cls fields (#​817) (60e56a5)
  • types: allow extra properties in input schemas (d0961c2)
Chores
Documentation
Refactors

v0.42.0

Compare Source

Full Changelog: v0.41.0...v0.42.0

Features
Bug Fixes
  • vertex: remove anthropic_version deletion for token counting (f613929)
Chores

v0.41.0

Compare Source

Full Changelog: v0.40.0...v0.41.0

Features
  • api: general availability updates (5db8538)
  • api: general availability updates (#​795) (c8d5e43)
  • vertex: support token counting (6c3eded)
Bug Fixes
  • internal: correct support for TypeAliasType (2f6ba9e)
Chores
Documentation

v0.40.0

Compare Source

Full Changelog: v0.39.0...v0.40.0

Features
  • client: add ._request_id property to object responses (#​743) (9fb64a6)
Bug Fixes
Chores
Documentation

v0.39.0

Compare Source

Full Changelog: v0.38.0...v0.39.0

⚠ BREAKING CHANGES
  • client: remove legacy client.count_tokens() & client.get_tokenizer() methods (#​726)
    • This functionality has been replaced by the client.beta.messages.count_tokens() API which supports newer models and all content functionality, such as images and PDFs.
Features
Bug Fixes
Documentation
Refactors
  • client: remove legacy client.count_tokens() method (#​726) (14e4244)

v0.38.0

Compare Source

Full Changelog: v0.37.1...v0.38.0

Features
Bug Fixes
  • count_tokens: correctly set beta header (e5b4b54)
  • types: add missing token-counting-2024-11-01 (1897883)
Chores

v0.37.1

Compare Source

Full Changelog: v0.37.0...v0.37.1

Bug Fixes

v0.37.0

Compare Source

Full Changelog: v0.36.2...v0.37.0

Features
  • api: add new model and computer-use-2024-10-22 beta (dd93d87)
  • bedrock: add messages beta (2566c93)
  • vertex: add messages beta (0d1f1a6)
Bug Fixes
Chores

v0.36.2

Compare Source

Full Changelog: v0.36.1...v0.36.2

Bug Fixes
  • types: remove misleading betas TypedDict property for the Batch API (#​697) (e1b9e31)
Chores

v0.36.1

Compare Source

Full Changelog: v0.36.0...v0.36.1

Bug Fixes
Chores

v0.36.0

Compare Source

Full Changelog: v0.35.0...v0.36.0

Features
  • api: add message batches api (cd1ffcb)
Bug Fixes
  • client: avoid OverflowError with very large retry counts (#​676) (93d6eeb)
Chores
Refactors

v0.35.0

Compare Source

Full Changelog: v0.34.2...v0.35.0

Features
Bug Fixes
Chores
Documentation

v0.34.2

Compare Source

Full Changelog: v0.34.1...v0.34.2

Chores

v0.34.1

Compare Source

Full Changelog: v0.34.0...v0.34.1

Chores

v0.34.0

Compare Source

Full Changelog: v0.33.1...v0.34.0

Features
  • api: add prompt caching beta (3978411)
  • client: add streaming helpers for prompt caching (98a0a7b)
Chores

v0.33.1

Compare Source

Full Changelog: v0.33.0...v0.33.1

Chores

v0.33.0

Compare Source

Full Changelog: v0.32.0...v0.33.0

Features
  • client: add retries_taken to raw response class (43fb587)
Chores

v0.32.0

Compare Source

Full Changelog: v0.31.2...v0.32.0

Features
  • add back compat alias for InputJsonDelta (25a5b6c)
Bug Fixes
  • change signatures for the stream function (c9eb11b)
  • client: correctly apply client level timeout for messages (#​615) (5f8d88f)
Chores
Refactors
  • extract model out to a named type and rename partialjson (#​612) (c53efc7)

v0.31.2

Compare Source

Full Changelog: v0.31.1...v0.31.2

Bug Fixes
  • vertex: also refresh auth if there is no token (4a8d02d)
  • vertex: correct request options in retries (460547b)
Chores

v0.31.1

Compare Source

Full Changelog: v0.31.0...v0.31.1

Bug Fixes
Chores

v0.31.0

Compare Source

Full Changelog: v0.30.1...v0.31.0

Features
Bug Fixes
  • client: always respect content-type multipart/form-data if provided (#​574) (6051763)
  • streaming/messages: more robust event type construction (#​576) (98e2075)
  • types: allow arbitrary types in image block param (#​582) (ebd6590)
  • Updated doc typo (17be06b)
  • vertex: avoid credentials refresh on every request (#​575) (37bd433)
Chores

v0.30.1

Compare Source

Full Changelog: v0.30.0...v0.30.1

Bug Fixes
Chores

v0.30.0

Compare Source

Full Changelog: v0.29.2...v0.30.0

Features

v0.29.2

Compare Source

Full Changelog: v0.29.1...v0.29.2

Bug Fixes
  • temporarily patch upstream version to fix broken release flow (#​555) (5471710)

v0.29.0

Compare Source

0.29.0 (2024-06-20)

Full Changelog: v0.28.1...v0.29.0

Features
Bug Fixes
  • client/async: avoid blocking io call for platform headers (#​544) (3c2b75f)
Chores

v0.28.1

Compare Source

Full Changelog: v0.28.0...v0.28.1

Documentation
  • readme: tool use is no longer in beta (d2be3c0)

v0.28.0

Compare Source

Full Changelog: v0.27.0...v0.28.0

⚠ BREAKING CHANGES
  • streaming: remove old event_handler API (#​532)
Refactors

v0.27.0

Compare Source

Full Changelog: [v0.26.2...v0.27.0](https://redirect.github.com/anthropics/anthropic-


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from a6fb8b7 to 98c54a9 Compare June 17, 2024 19:56
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.28.0 chore(deps): update dependency anthropic to v0.28.1 Jun 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.28.1 Update dependency anthropic to v0.28.1 Jun 18, 2024
@renovate renovate bot changed the title Update dependency anthropic to v0.28.1 chore(deps): update dependency anthropic to v0.28.1 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 98c54a9 to 6cf8c8a Compare June 23, 2024 17:17
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.28.1 chore(deps): update dependency anthropic to v0.29.0 Jun 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.29.0 Update dependency anthropic to v0.29.0 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 6cf8c8a to 542873f Compare June 29, 2024 16:50
@renovate renovate bot changed the title Update dependency anthropic to v0.29.0 Update dependency anthropic to v0.29.2 Jun 29, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 542873f to 5a0ae74 Compare June 29, 2024 19:46
@renovate renovate bot changed the title Update dependency anthropic to v0.29.2 Update dependency anthropic to v0.30.0 Jun 29, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 5a0ae74 to 603097f Compare July 5, 2024 04:30
@renovate renovate bot changed the title Update dependency anthropic to v0.30.0 Update dependency anthropic to v0.30.1 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 603097f to 2f06449 Compare July 13, 2024 16:41
@renovate renovate bot changed the title Update dependency anthropic to v0.30.1 Update dependency anthropic to v0.31.0 Jul 13, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 2f06449 to a0a166f Compare July 18, 2024 16:17
@renovate renovate bot changed the title Update dependency anthropic to v0.31.0 Update dependency anthropic to v0.31.1 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from a0a166f to e9a1c75 Compare July 20, 2024 15:07
@renovate renovate bot changed the title Update dependency anthropic to v0.31.1 Update dependency anthropic to v0.31.2 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e9a1c75 to 5497773 Compare August 1, 2024 21:54
@renovate renovate bot changed the title Update dependency anthropic to v0.31.2 Update dependency anthropic to v0.32.0 Aug 1, 2024
@renovate renovate bot changed the title Update dependency anthropic to v0.32.0 chore(deps): update dependency anthropic to v0.32.0 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 5497773 to 1ee6c63 Compare August 12, 2024 10:15
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.32.0 chore(deps): update dependency anthropic to v0.33.0 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 1ee6c63 to 523abf7 Compare August 15, 2024 17:43
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.33.0 chore(deps): update dependency anthropic to v0.33.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 523abf7 to 3bded18 Compare August 17, 2024 17:22
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.33.1 chore(deps): update dependency anthropic to v0.34.0 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 2 times, most recently from f7b861d to 4a6525d Compare August 23, 2024 02:34
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 4cad87e to 2457efb Compare October 20, 2024 22:46
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.36.1 chore(deps): update dependency anthropic to v0.36.2 Oct 20, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 2457efb to e576c8b Compare October 25, 2024 17:06
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.36.2 chore(deps): update dependency anthropic to v0.37.0 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e576c8b to 60b62d3 Compare October 25, 2024 21:52
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.37.0 chore(deps): update dependency anthropic to v0.37.1 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 60b62d3 to 6de40f1 Compare November 4, 2024 17:09
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.37.1 chore(deps): update dependency anthropic to v0.38.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 6de40f1 to 2efa7b6 Compare November 7, 2024 19:41
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.38.0 chore(deps): update dependency anthropic to v0.39.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 2efa7b6 to 9baba3c Compare December 1, 2024 16:31
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.39.0 chore(deps): update dependency anthropic to v0.40.0 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 9baba3c to bd490e4 Compare December 3, 2024 20:32
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from bd490e4 to 54accf8 Compare December 20, 2024 20:23
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.40.0 chore(deps): update dependency anthropic to v0.41.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 54accf8 to 884b923 Compare December 20, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.41.0 chore(deps): update dependency anthropic to v0.42.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 884b923 to 8651498 Compare January 17, 2025 21:12
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.42.0 chore(deps): update dependency anthropic to v0.43.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 8651498 to 2e20bff Compare January 20, 2025 21:11
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.43.0 chore(deps): update dependency anthropic to v0.43.1 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 2e20bff to c4faf31 Compare January 26, 2025 09:54
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.43.1 chore(deps): update dependency anthropic to v0.44.0 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from c4faf31 to 15caf17 Compare January 26, 2025 21:27
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.44.0 chore(deps): update dependency anthropic to v0.45.0 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 15caf17 to 27da618 Compare January 30, 2025 19:04
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.45.0 chore(deps): update dependency anthropic to v0.45.1 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 27da618 to 23781dd Compare January 31, 2025 00:33
@renovate renovate bot changed the title chore(deps): update dependency anthropic to v0.45.1 chore(deps): update dependency anthropic to v0.45.2 Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants