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

Update dependency anthropic to ^0.42.0 #83

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 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
anthropic ^0.2.10 -> ^0.42.0 age adoption passing confidence

Release Notes

anthropics/anthropic-sdk-python (anthropic)

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

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

Features
  • api: tool use is GA and available on 3P (#​530) (ad7adbd)
  • streaming/messages: refactor to event iterator structure (997af69)
  • streaming/tools: refactor to event iterator structure (bdcc283)
  • streaming: add tools support (9f00950)
Bug Fixes
  • beta: streaming breakage due to breaking change in dependency (afe3c87)
Chores
  • add missing all definitions (#​526) (5021787)
  • examples: update tools (56edecc)
  • formatting: misc fixups (fbad5a0)
  • internal: fix lint issues in tests (d857640)
  • internal: update bootstrap script (#​527) (93ae152)
  • internal: update some references to rye-up.com (00e34e7)
  • tests: ensure messages.create() and messages.stream() stay in sync (52bd67b)
Documentation
  • helpers: mention input json event (02d482c)
  • helpers: update for new event iterator (26f9533)
Refactors
  • api: add Raw prefix to API stream event type names (#​529) (bb62980)

v0.26.1

Compare Source

Full Changelog: v0.26.0...v0.26.1

Chores

v0.26.0

Compare Source

Full Changelog: v0.25.9...v0.26.0

Features
  • api: add tool_choice param, image block params inside tool_result.content, and streaming for tool_use blocks (#​502) (e0bc274)
Chores

v0.25.9

Compare Source

Full Changelog: v0.25.8...v0.25.9

Bug Fixes
Chores

v0.25.8

Compare Source

Full Changelog: v0.25.7...v0.25.8

Chores
Documentation

v0.25.7

Compare Source

Full Changelog: v0.25.6...v0.25.7

Bug Fixes
Chores

v0.25.6

Compare Source


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 87e993c to b6b7dc8 Compare October 16, 2023 23:09
@renovate renovate bot changed the title Update dependency anthropic to ^0.3.0 Update dependency anthropic to ^0.4.0 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from b6b7dc8 to 7c7aa83 Compare October 18, 2023 22:20
@renovate renovate bot changed the title Update dependency anthropic to ^0.4.0 Update dependency anthropic to ^0.5.0 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 7c7aa83 to 4ddc89d Compare November 9, 2023 11:19
@renovate renovate bot changed the title Update dependency anthropic to ^0.5.0 Update dependency anthropic to ^0.6.0 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 4ddc89d to 30933dc Compare November 16, 2023 03:44
@renovate renovate bot changed the title Update dependency anthropic to ^0.6.0 Update dependency anthropic to ^0.7.0 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 30933dc to d6e0191 Compare December 19, 2023 18:51
@renovate renovate bot changed the title Update dependency anthropic to ^0.7.0 Update dependency anthropic to ^0.8.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from d6e0191 to 314a4f0 Compare January 8, 2024 22:16
@renovate renovate bot changed the title Update dependency anthropic to ^0.8.0 Update dependency anthropic to ^0.9.0 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 314a4f0 to b3d2f39 Compare January 18, 2024 22:25
@renovate renovate bot changed the title Update dependency anthropic to ^0.9.0 Update dependency anthropic to ^0.10.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from b3d2f39 to e84b0a0 Compare January 23, 2024 19:50
@renovate renovate bot changed the title Update dependency anthropic to ^0.10.0 Update dependency anthropic to ^0.11.0 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e84b0a0 to 0b18d63 Compare January 26, 2024 04:42
@renovate renovate bot changed the title Update dependency anthropic to ^0.11.0 Update dependency anthropic to ^0.12.0 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 0b18d63 to 4078893 Compare January 31, 2024 01:00
@renovate renovate bot changed the title Update dependency anthropic to ^0.12.0 Update dependency anthropic to ^0.13.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 4078893 to e253f98 Compare February 1, 2024 01:37
@renovate renovate bot changed the title Update dependency anthropic to ^0.13.0 Update dependency anthropic to ^0.14.0 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e253f98 to cb5954c Compare February 2, 2024 22:59
@renovate renovate bot changed the title Update dependency anthropic to ^0.14.0 Update dependency anthropic to ^0.15.0 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from cb5954c to a4af485 Compare February 13, 2024 16:45
@renovate renovate bot changed the title Update dependency anthropic to ^0.15.0 Update dependency anthropic to ^0.16.0 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from a4af485 to 0f9aaad Compare March 4, 2024 14:09
@renovate renovate bot changed the title Update dependency anthropic to ^0.16.0 Update dependency anthropic to ^0.17.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 0f9aaad to 6ea569b Compare March 4, 2024 19:18
@renovate renovate bot changed the title Update dependency anthropic to ^0.17.0 Update dependency anthropic to ^0.18.0 Mar 4, 2024
@renovate renovate bot changed the title Update dependency anthropic to ^0.27.0 Update dependency anthropic to ^0.28.0 May 30, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from dd56278 to 73f6b1f Compare June 20, 2024 14:17
@renovate renovate bot changed the title Update dependency anthropic to ^0.28.0 Update dependency anthropic to ^0.29.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 73f6b1f to c340c2a Compare June 26, 2024 19:08
@renovate renovate bot changed the title Update dependency anthropic to ^0.29.0 Update dependency anthropic to ^0.30.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from c340c2a to 31d9ca1 Compare July 10, 2024 14:44
@renovate renovate bot changed the title Update dependency anthropic to ^0.30.0 Update dependency anthropic to ^0.31.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 31d9ca1 to e89e86d Compare July 30, 2024 00:48
@renovate renovate bot changed the title Update dependency anthropic to ^0.31.0 Update dependency anthropic to ^0.32.0 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e89e86d to c49ffa7 Compare August 9, 2024 11:31
@renovate renovate bot changed the title Update dependency anthropic to ^0.32.0 Update dependency anthropic to ^0.33.0 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from c49ffa7 to e2c3b48 Compare August 14, 2024 20:27
@renovate renovate bot changed the title Update dependency anthropic to ^0.33.0 Update dependency anthropic to ^0.34.0 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e2c3b48 to b918523 Compare October 4, 2024 16:32
@renovate renovate bot changed the title Update dependency anthropic to ^0.34.0 Update dependency anthropic to ^0.35.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from b918523 to c927ad4 Compare October 8, 2024 17:04
@renovate renovate bot changed the title Update dependency anthropic to ^0.35.0 Update dependency anthropic to ^0.36.0 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from c927ad4 to 402aaf2 Compare October 22, 2024 17:43
@renovate renovate bot changed the title Update dependency anthropic to ^0.36.0 Update dependency anthropic to ^0.37.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 402aaf2 to 3681a4a Compare November 1, 2024 16:11
@renovate renovate bot changed the title Update dependency anthropic to ^0.37.0 Update dependency anthropic to ^0.38.0 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 3681a4a to c1d164e Compare November 12, 2024 05:32
@renovate renovate bot changed the title Update dependency anthropic to ^0.38.0 Update dependency anthropic to ^0.39.0 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from c1d164e to 3663a5e Compare November 28, 2024 19:12
@renovate renovate bot changed the title Update dependency anthropic to ^0.39.0 Update dependency anthropic to ^0.40.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 3663a5e to bf170d5 Compare December 17, 2024 16:44
@renovate renovate bot changed the title Update dependency anthropic to ^0.40.0 Update dependency anthropic to ^0.41.0 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from bf170d5 to 6d049dd Compare December 17, 2024 23:08
@renovate renovate bot changed the title Update dependency anthropic to ^0.41.0 Update dependency anthropic to ^0.42.0 Dec 17, 2024
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