anthropic: release 0.3.12 (#30907)

This commit is contained in:
ccurme 2025-04-17 10:45:12 -04:00 committed by GitHub
parent f01b89df56
commit f0f90c4d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"anthropic<1,>=0.49.0",
"langchain-core<1.0.0,>=0.3.52",
"langchain-core<1.0.0,>=0.3.53",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"
version = "0.3.11"
version = "0.3.12"
description = "An integration package connecting AnthropicMessages and LangChain"
readme = "README.md"

View File

@ -407,7 +407,7 @@ wheels = [
[[package]]
name = "langchain-anthropic"
version = "0.3.11"
version = "0.3.12"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },
@ -486,7 +486,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "0.3.52"
version = "0.3.53"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -545,7 +545,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.18"
version = "0.3.19"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },