chore(deps-dev): Bump anthropic from 0.34.2 to 0.35.0 (#176)

Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.34.2 to 0.35.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.34.2...v0.35.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-08 13:55:29 -04:00 committed by GitHub
parent 49aeaf75f2
commit 67bea7d079
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -161,13 +161,13 @@ files = [
[[package]]
name = "anthropic"
version = "0.34.2"
version = "0.35.0"
description = "The official Python library for the anthropic API"
optional = false
python-versions = ">=3.7"
files = [
{file = "anthropic-0.34.2-py3-none-any.whl", hash = "sha256:f50a628eb71e2c76858b106c8cbea278c45c6bd2077cb3aff716a112abddc9fc"},
{file = "anthropic-0.34.2.tar.gz", hash = "sha256:808ea19276f26646bfde9ee535669735519376e4eeb301a2974fc69892be1d6e"},
{file = "anthropic-0.35.0-py3-none-any.whl", hash = "sha256:777983989ed9e444eb4a6d92dad84027f14a6639cba6f48772c0078d51959828"},
{file = "anthropic-0.35.0.tar.gz", hash = "sha256:d2f998246413c309a7770d1faa617500f505377a04ab45a13a66f8559daf3742"},
]
[package.dependencies]
@ -3828,4 +3828,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "520f4d09c51d8db7f8d4ecbd44f581360165f4eb078a04badcdf28370cb0ff54"
content-hash = "33c2e2b582a9fc0f6800032d46e95217cf4201f162cce48aa8309e722ba4c2b9"

View file

@ -33,7 +33,7 @@ ruff = "^0.6.9"
pydantic = "^2.8.2"
mypy = "^1.11.1"
groq = ">=0.9,<0.12"
anthropic = "^0.34.1"
anthropic = ">=0.34.1,<0.36.0"
ipykernel = "^6.29.5"
jupyterlab = "^4.2.4"
diskcache-stubs = "^5.6.3.6.20240818"