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.39.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.39.0 age adoption passing confidence

Release Notes

anthropics/anthropic-sdk-python (anthropic)

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

Full Changelog: v0.25.5...v0.25.6

Chores

v0.25.5

Compare Source

Full Changelog: v0.25.4...v0.25.5

Chores

v0.25.4

Compare Source

Full Changelog: v0.25.3...v0.25.4

Bug Fixes

v0.25.3

Compare Source

Full Changelog: v0.25.2...v0.25.3

Chores

v0.25.2

Compare Source

Full Changelog: v0.25.1...v0.25.2

Chores

v0.25.1

Compare Source

Full Changelog: v0.25.0...v0.25.1

Chores

v0.25.0

Compare Source

Full Changelog: v0.24.0...v0.25.0

Features
  • bedrock: add copy / with_options to bedrock client (8af7c41)
Chores

v0.24.0

Compare Source

Full Changelog: v0.23.1...v0.24.0

Features
  • client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#​444) (51d2427)
  • models: add to_dict & to_json helper methods (#​446) (6709f58)

v0.23.1

Compare Source

Full Changelog: v0.23.0...v0.23.1

Documentation

v0.23.0

Compare Source

Full Changelog: v0.22.1...v0.23.0

Features

v0.22.1

Compare Source

Full Changelog: v0.22.0...v0.22.1

Bug Fixes
  • types: correctly mark type as a required property in requests (#​435) (efc35ec)
Chores

v0.22.0

Compare Source

Full Changelog: v0.21.3...v0.22.0

Features
  • client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#​428) (9a43940)
  • package: export default constants (#​423) (0d694e1)
Bug Fixes
Chores

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 changed the title Update dependency anthropic to ^0.3.0 Update dependency anthropic to ^0.4.0 Oct 16, 2023
@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 changed the title Update dependency anthropic to ^0.5.0 Update dependency anthropic to ^0.6.0 Nov 9, 2023
@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 changed the title Update dependency anthropic to ^0.7.0 Update dependency anthropic to ^0.8.0 Dec 19, 2023
@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 changed the title Update dependency anthropic to ^0.9.0 Update dependency anthropic to ^0.10.0 Jan 18, 2024
@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 changed the title Update dependency anthropic to ^0.11.0 Update dependency anthropic to ^0.12.0 Jan 26, 2024
@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 changed the title Update dependency anthropic to ^0.13.0 Update dependency anthropic to ^0.14.0 Feb 1, 2024
@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 changed the title Update dependency anthropic to ^0.15.0 Update dependency anthropic to ^0.16.0 Feb 13, 2024
@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 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.24.0 Update dependency anthropic to ^0.25.0 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e488b79 to 82e5566 Compare May 16, 2024 19:45
@renovate renovate bot changed the title Update dependency anthropic to ^0.25.0 Update dependency anthropic to ^0.26.0 May 16, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 82e5566 to 9a7c763 Compare May 30, 2024 16:05
@renovate renovate bot changed the title Update dependency anthropic to ^0.26.0 Update dependency anthropic to ^0.27.0 May 30, 2024
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 9a7c763 to dd56278 Compare May 30, 2024 18:21
@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 changed the title Update dependency anthropic to ^0.28.0 Update dependency anthropic to ^0.29.0 Jun 20, 2024
@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 changed the title Update dependency anthropic to ^0.30.0 Update dependency anthropic to ^0.31.0 Jul 10, 2024
@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 changed the title Update dependency anthropic to ^0.32.0 Update dependency anthropic to ^0.33.0 Aug 9, 2024
@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 changed the title Update dependency anthropic to ^0.34.0 Update dependency anthropic to ^0.35.0 Oct 4, 2024
@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 changed the title Update dependency anthropic to ^0.36.0 Update dependency anthropic to ^0.37.0 Oct 22, 2024
@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 changed the title Update dependency anthropic to ^0.38.0 Update dependency anthropic to ^0.39.0 Nov 12, 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