anthropic[patch]: bump core dep (#20019)

]
This commit is contained in:
Bagatur 2024-04-04 13:28:23 -07:00 committed by GitHub
parent 209de0a561
commit 86fdb79454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]] [[package]]
name = "annotated-types" name = "annotated-types"
@ -437,7 +437,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.1.28" version = "0.1.40"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -445,13 +445,11 @@ files = []
develop = true develop = true
[package.dependencies] [package.dependencies]
anyio = ">=3,<5"
jsonpatch = "^1.33" jsonpatch = "^1.33"
langsmith = "^0.1.0" langsmith = "^0.1.0"
packaging = "^23.2" packaging = "^23.2"
pydantic = ">=1,<3" pydantic = ">=1,<3"
PyYAML = ">=5.3" PyYAML = ">=5.3"
requests = "^2"
tenacity = "^8.1.0" tenacity = "^8.1.0"
[package.extras] [package.extras]
@ -1206,4 +1204,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "9894a8470203b5687f296626c352d47843fcb312029313f81ac582b867373bcd" content-hash = "b2372f2f83ea5a4bb48c34cec1f4c054e331aa63e0b8dfa3b8493f4045b8a1c7"

View File

@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = "^0.1" langchain-core = "^0.1.33"
anthropic = ">=0.17.0,<1" anthropic = ">=0.17.0,<1"
defusedxml = { version = "^0.7.1", optional = true } defusedxml = { version = "^0.7.1", optional = true }