release(anthropic): 1.4.6 (#38105)

This commit is contained in:
Nick Hollon
2026-06-12 12:50:59 -04:00
committed by GitHub
parent 3bfb6a33e7
commit c9f98c1bcd
4 changed files with 6 additions and 8 deletions

View File

@@ -2119,7 +2119,7 @@ typing = [
[[package]]
name = "langchain-anthropic"
version = "1.4.5"
version = "1.4.6"
source = { editable = "../partners/anthropic" }
dependencies = [
{ name = "anthropic" },

View File

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

View File

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

View File

@@ -552,7 +552,7 @@ wheels = [
[[package]]
name = "langchain"
version = "1.3.7"
version = "1.3.8"
source = { editable = "../../langchain_v1" }
dependencies = [
{ name = "langchain-core" },
@@ -603,7 +603,6 @@ test = [
{ name = "toml", specifier = ">=0.10.2,<1.0.0" },
]
test-integration = [
{ name = "langchain-core", editable = "../../core" },
{ name = "langchain-text-splitters", editable = "../../text-splitters" },
{ name = "langchainhub", specifier = ">=0.1.16,<1.0.0" },
{ name = "python-dotenv", specifier = ">=1.0.0,<2.0.0" },
@@ -617,7 +616,7 @@ typing = [
[[package]]
name = "langchain-anthropic"
version = "1.4.5"
version = "1.4.6"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },
@@ -799,10 +798,9 @@ requires-dist = [
[package.metadata.requires-dev]
lint = [{ name = "ruff", specifier = ">=0.15.0,<0.16.0" }]
test = [{ name = "langchain-core", editable = "../../core" }]
test = []
test-integration = []
typing = [
{ name = "langchain-core", editable = "../../core" },
{ name = "mypy", specifier = ">=2.1.0,<2.2.0" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
]