Skip to content

Commit

Permalink
Bump anthropic from 0.26.1 to 0.28.1 (#117)
Browse files Browse the repository at this point in the history
Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.26.1 to 0.28.1.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.26.1...v0.28.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 7de34af commit bf0321b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ litellm = "~1.23.12"
# dependency versions for extras
fastapi = { version = "^0.109.2", optional = true }
tabulate = { version = "^0.9.0", optional = true }
anthropic = { version = "^0.26.0", optional = true }
anthropic = { version = ">=0.26,<0.29", optional = true }
xmltodict = { version = "^0.13.0", optional = true }
groq = { version = ">=0.4.2,<0.10.0", optional = true }
cohere = { version = "^5.1.8", optional = true }
Expand Down

0 comments on commit bf0321b

Please sign in to comment.