Skip to content

Commit

Permalink
fix: bump anthropic version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Oct 20, 2024
1 parent d230528 commit 4945154
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 4945154

Please sign in to comment.