release(anthropic): 1.3.1 (#34605)

This commit is contained in:
ccurme
2026-01-05 15:55:15 -05:00
committed by GitHub
parent f021e899dc
commit 225e0fa8c9
2 changed files with 12 additions and 12 deletions

View File

@@ -9,11 +9,11 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.3.1"
version = "1.3.2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.75.0,<1.0.0",
"langchain-core>=1.2.5,<2.0.0",
"langchain-core>=1.2.6,<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'",
@@ -528,7 +528,7 @@ requires-dist = [
provides-extras = ["community", "anthropic", "openai", "azure-ai", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai", "perplexity"]
[package.metadata.requires-dev]
lint = [{ name = "ruff", specifier = ">=0.14.2,<0.15.0" }]
lint = [{ name = "ruff", specifier = ">=0.14.10,<0.15.0" }]
test = [
{ name = "langchain-openai", editable = "../openai" },
{ name = "langchain-tests", editable = "../../standard-tests" },
@@ -551,13 +551,13 @@ test-integration = [
{ name = "wrapt", specifier = ">=1.15.0,<2.0.0" },
]
typing = [
{ name = "mypy", specifier = ">=1.18.1,<1.19.0" },
{ name = "mypy", specifier = ">=1.19.1,<1.20.0" },
{ name = "types-toml", specifier = ">=0.10.8.20240310,<1.0.0.0" },
]
[[package]]
name = "langchain-anthropic"
version = "1.3.1"
version = "1.3.2"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },
@@ -642,7 +642,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.2.4"
version = "1.2.6"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -673,7 +673,7 @@ dev = [
{ name = "jupyter", specifier = ">=1.0.0,<2.0.0" },
{ name = "setuptools", specifier = ">=67.6.1,<68.0.0" },
]
lint = [{ name = "ruff", specifier = ">=0.13.1,<0.14.0" }]
lint = [{ name = "ruff", specifier = ">=0.14.10,<0.15.0" }]
test = [
{ name = "blockbuster", specifier = ">=1.5.18,<1.6.0" },
{ name = "freezegun", specifier = ">=1.2.2,<2.0.0" },
@@ -695,14 +695,14 @@ test = [
test-integration = []
typing = [
{ name = "langchain-text-splitters", directory = "../../text-splitters" },
{ name = "mypy", specifier = ">=1.18.1,<1.19.0" },
{ name = "mypy", specifier = ">=1.19.1,<1.20.0" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
{ name = "types-requests", specifier = ">=2.28.11.5,<3.0.0.0" },
]
[[package]]
name = "langchain-tests"
version = "1.1.1"
version = "1.1.2"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },
@@ -736,12 +736,12 @@ requires-dist = [
]
[package.metadata.requires-dev]
lint = [{ name = "ruff", specifier = ">=0.13.1,<0.14.0" }]
lint = [{ name = "ruff", specifier = ">=0.14.10,<0.15.0" }]
test = [{ name = "langchain-core", editable = "../../core" }]
test-integration = []
typing = [
{ name = "langchain-core", editable = "../../core" },
{ name = "mypy", specifier = ">=1.18.1,<1.19.0" },
{ name = "mypy", specifier = ">=1.19.1,<1.20.0" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
]