From 225e0fa8c99a1c5a86adc89ef271b2de313d0729 Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 5 Jan 2026 15:55:15 -0500 Subject: [PATCH] release(anthropic): 1.3.1 (#34605) --- libs/partners/anthropic/pyproject.toml | 4 ++-- libs/partners/anthropic/uv.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index ee38c683ba3..9df54d96822 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -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", ] diff --git a/libs/partners/anthropic/uv.lock b/libs/partners/anthropic/uv.lock index 9f7c2b1c6f7..9ae6bf26200 100644 --- a/libs/partners/anthropic/uv.lock +++ b/libs/partners/anthropic/uv.lock @@ -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" }, ]