anthropic[patch]: bump to core 0.1.43 (#20537)

pull/20519/head
Bagatur 3 months ago committed by GitHub
parent 96d8769eae
commit f74d5d642e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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]]
name = "annotated-types"
@ -438,7 +438,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.42"
version = "0.1.43"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1223,4 +1223,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "adc0024beed52fca8f0f9e1786aaf5c25b3bf6fd138fb9668b44ef36c6bcf23f"
content-hash = "39aeeddb0bec71a06637e17b09709b4c73dca99bec5a16bbd95feffb6cba637e"

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

Loading…
Cancel
Save