release(anthropic): 0.3.22 (#33394)

This commit is contained in:
ccurme
2025-10-09 14:29:38 -04:00
committed by GitHub
parent 5fa1094451
commit a763ebe86c
2 changed files with 4 additions and 4 deletions

View File

@@ -8,11 +8,11 @@ license = { text = "MIT" }
requires-python = ">=3.9.0,<4.0.0"
dependencies = [
"anthropic>=0.69.0,<1.0.0",
"langchain-core>=0.3.76,<1.0.0",
"langchain-core>=0.3.78,<1.0.0",
"pydantic>=2.7.4,<3.0.0",
]
name = "langchain-anthropic"
version = "0.3.21"
version = "0.3.22"
description = "An integration package connecting Anthropic and LangChain"
readme = "README.md"

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.9.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -465,7 +465,7 @@ wheels = [
[[package]]
name = "langchain-anthropic"
version = "0.3.21"
version = "0.3.22"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },