release(anthropic): 1.0.0a3 (#33317)

This commit is contained in:
ccurme
2025-10-07 09:24:54 -04:00
committed by GitHub
parent c8205ff511
commit 2e024b7ede
2 changed files with 6 additions and 6 deletions

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'",
@@ -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" },