anthropic[fix]: bump langchain-core dep (#31483)

This commit is contained in:
Bagatur 2025-06-03 10:56:48 -04:00 committed by GitHub
parent 310e643842
commit ec8bab83f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"anthropic<1,>=0.52.0",
"langchain-core<1.0.0,>=0.3.62",
"langchain-core<1.0.0,>=0.3.63",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"