Cyclenerd / google-cloud-litellm-proxy

🚅 LiteLLM Proxy for Google Cloud Generative AI
Apache License 2.0
30 stars 3 forks source link

Bump anthropic[vertex] from 0.37.1 to 0.38.0 #20

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps anthropic[vertex] from 0.37.1 to 0.38.0.

Release notes

Sourced from anthropic[vertex]'s releases.

v0.38.0

0.38.0 (2024-11-01)

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

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

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

Chores

  • internal: bump mypy (#720) (fe8d19e)
  • internal: bump pytest to v8 & pydantic (#716) (00fe1f8)
  • internal: update spec version (#712) (f71b0f5)
  • tests: move lazy tokenizer test outside of pytest (d8f2402)
Changelog

Sourced from anthropic[vertex]'s changelog.

0.38.0 (2024-11-01)

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

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

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

Chores

  • internal: bump mypy (#720) (fe8d19e)
  • internal: bump pytest to v8 & pydantic (#716) (00fe1f8)
  • internal: update spec version (#712) (f71b0f5)
  • tests: move lazy tokenizer test outside of pytest (d8f2402)
Commits
  • 14afc93 release: 0.38.0
  • 328191a fix(types): add missing token-counting-2024-11-01
  • dbfa274 fix(count_tokens): correctly set beta header
  • 57b33b6 feat(api): add message token counting & PDFs support (#721)
  • 11c881e chore(internal): bump mypy (#720)
  • af6bce3 chore(tests): move lazy tokenizer test outside of pytest
  • 89f7c6c chore(internal): bump pytest to v8 & pydantic (#716)
  • 12dbc0c chore(internal): update spec version (#712)
  • See full diff in compare view


Dependabot compatibility score

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 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)