release(anthropic): 1.5.1 (#39043)

This commit is contained in:
ccurme
2026-07-23 16:19:22 -04:00
committed by GitHub
parent eb705ca4e8
commit f4e462774e
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for `langchain-anthropic`."""
__version__ = "1.5.0"
__version__ = "1.5.1"

View File

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

View File

@@ -617,7 +617,7 @@ typing = [
[[package]]
name = "langchain-anthropic"
version = "1.5.0"
version = "1.5.1"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },
@@ -690,7 +690,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.4.9"
version = "1.5.0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },