release(anthropic): 1.3.4 (#35418)

This commit is contained in:
ccurme
2026-02-24 08:51:01 -05:00
committed by GitHub
parent cdb9742511
commit 4ffb584ddf
3 changed files with 6 additions and 6 deletions

View File

@@ -20,11 +20,11 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.3.3"
version = "1.3.4"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.78.0,<1.0.0",
"langchain-core>=1.2.11,<2.0.0",
"langchain-core>=1.2.15,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
]