release(anthropic): 1.4 (#36018)

This commit is contained in:
ccurme
2026-03-17 14:38:55 -04:00
committed by GitHub
parent 81c679e378
commit 999cd85ba0
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.3.5"
version = "1.4.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.85.0,<1.0.0",

View File

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