release(anthropic): 1.4.7 (#38373)

This commit is contained in:
Mason Daugherty
2026-06-22 18:13:01 -04:00
committed by GitHub
parent 9ef324c9ab
commit 9f7e46fd70
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -616,7 +616,7 @@ typing = [
[[package]]
name = "langchain-anthropic"
version = "1.4.6"
version = "1.4.7"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },