Skip to content

Commit 87542bd

Browse files
chore(deps-dev): update anthropic requirement
Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. - [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.34.0...v0.100.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.100.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 886e3f2 commit 87542bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
[project.optional-dependencies]
3737
gemini = ["google-genai>=1.0.0,<2.0"]
3838
openai = ["openai>=1.0.0,<3.0"]
39-
anthropic = ["anthropic>=0.34,<1.0"]
39+
anthropic = ["anthropic>=0.100.0,<1.0"]
4040
groq = ["groq>=0.9,<1.0"]
4141

4242
dev = [

0 commit comments

Comments
 (0)