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

@@ -1,3 +1,3 @@
"""Version information for langchain-anthropic."""
__version__ = "1.3.3"
__version__ = "1.3.4"

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",
]

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -561,7 +561,7 @@ typing = [
[[package]]
name = "langchain-anthropic"
version = "1.3.3"
version = "1.3.4"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },
@@ -646,7 +646,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.2.13"
version = "1.2.15"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },