release(anthropic): 1.4.1 (#36848)

This commit is contained in:
ccurme
2026-04-17 09:42:34 -04:00
committed by GitHub
parent c59e8e1cff
commit c2fd6a2d34
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for langchain-anthropic."""
__version__ = "1.4.0"
__version__ = "1.4.1"

View File

@@ -20,11 +20,11 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.4.0"
version = "1.4.1"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.96.0,<1.0.0",
"langchain-core>=1.2.21,<2.0.0",
"langchain-core>=1.2.31,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
]

View File

@@ -575,7 +575,7 @@ typing = [
[[package]]
name = "langchain-anthropic"
version = "1.4.0"
version = "1.4.1"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },