anthropic: release 0.3.10 (#30287)

This commit is contained in:
ccurme 2025-03-14 12:23:21 -04:00 committed by GitHub
parent 226f29bc96
commit d5d0134e7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -406,7 +406,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-anthropic" name = "langchain-anthropic"
version = "0.3.9" version = "0.3.10"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anthropic" }, { name = "anthropic" },
@ -483,7 +483,7 @@ typing = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.45rc1" version = "0.3.45"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },