mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
anthropic: release 0.3.13 (#31162)
This commit is contained in:
parent
e34f9fd6f7
commit
d4555ac924
@ -8,11 +8,11 @@ license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"anthropic<1,>=0.51.0",
|
||||
"langchain-core<1.0.0,>=0.3.53",
|
||||
"langchain-core<1.0.0,>=0.3.59",
|
||||
"pydantic<3.0.0,>=2.7.4",
|
||||
]
|
||||
name = "langchain-anthropic"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
description = "An integration package connecting AnthropicMessages and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -407,7 +407,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-anthropic"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "anthropic" },
|
||||
|
Loading…
Reference in New Issue
Block a user