From 49451544abbe2af0ee52d8881b35c45b77639322 Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Sun, 20 Oct 2024 15:31:53 +0000 Subject: [PATCH] fix: bump anthropic version in pyproject.toml --- poetry.lock | 8 ++++---- pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f034c6c25..5241de453 100644 --- a/poetry.lock +++ b/poetry.lock @@ -150,13 +150,13 @@ files = [ [[package]] name = "anthropic" -version = "0.34.2" +version = "0.36.2" 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.36.2-py3-none-any.whl", hash = "sha256:308ddc6c538de03c081552e456bc0b387b6f7c7d1dea0c20122cc11c7cdbaf6a"}, + {file = "anthropic-0.36.2.tar.gz", hash = "sha256:d5a3fa56d1c82a51944f9dc7b0dc72048deb89f8df5ebfd09e2d1b59c62eb8eb"}, ] [package.dependencies] @@ -5998,4 +5998,4 @@ vertexai = ["google-cloud-aiplatform", "jsonref"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7a5540141706e6cc9656eec1635748793e22160416835d5b3ca4703121c48552" +content-hash = "05158106183719ca2a786e0666b837bdafcb65765ff3c683e5c25122acaef5ac" diff --git a/pyproject.toml b/pyproject.toml index c5f923842..60cfa576e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pandas = { version = "^2.2.0", optional = true } tabulate = { version = "^0.9.0", optional = true } pydantic_extra_types = { version = "^2.6.0", optional = true } litellm = { version = "^1.35.31", optional = true } -anthropic = { version = "^0.34.0", optional = true } +anthropic = { version = "^0.36.2", optional = true } xmltodict = { version = "^0.13.0", optional = true } groq = { version = "^0.4.2", optional = true } cohere = { version = "^5.1.8", optional = true } @@ -86,7 +86,7 @@ mkdocs-minify-plugin = "^0.8.0" mkdocs-redirects = "^1.2.1" [tool.poetry.group.anthropic.dependencies] -anthropic = "^0.34.0" +anthropic = "^0.36.2" [tool.poetry.group.test-docs.dependencies] fastapi = "^0.109.2" @@ -96,7 +96,7 @@ pandas = "^2.2.0" tabulate = "^0.9.0" pydantic_extra_types = "^2.6.0" litellm = "^1.35.31" -anthropic = "^0.34.0" +anthropic = "^0.36.2" xmltodict = "^0.13.0" groq = "^0.4.2" phonenumbers = "^8.13.33"