From 2e024b7ede7a093dfce10e5afbf064e2c02bb38b Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 7 Oct 2025 09:24:54 -0400 Subject: [PATCH] release(anthropic): 1.0.0a3 (#33317) --- libs/partners/anthropic/pyproject.toml | 4 ++-- libs/partners/anthropic/uv.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 6e6e7122a9a..07f0bfb2fdd 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -8,11 +8,11 @@ license = { text = "MIT" } requires-python = ">=3.10.0,<4.0.0" dependencies = [ "anthropic>=0.69.0,<1.0.0", - "langchain-core>=1.0.0a5,<2.0.0", + "langchain-core>=1.0.0a7,<2.0.0", "pydantic>=2.7.4,<3.0.0", ] name = "langchain-anthropic" -version = "1.0.0a2" +version = "1.0.0a3" description = "An integration package connecting Anthropic and LangChain" readme = "README.md" diff --git a/libs/partners/anthropic/uv.lock b/libs/partners/anthropic/uv.lock index 1087c1e16c8..bb1ace99fb4 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'", @@ -249,7 +249,7 @@ name = "exceptiongroup" version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" } wheels = [ @@ -419,7 +419,7 @@ wheels = [ [[package]] name = "langchain-anthropic" -version = "1.0.0a2" +version = "1.0.0a3" source = { editable = "." } dependencies = [ { name = "anthropic" }, @@ -496,7 +496,7 @@ typing = [ [[package]] name = "langchain-core" -version = "1.0.0a6" +version = "1.0.0a7" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" },