mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
astradb[patch]: fix core dep 2 (#17608)
This commit is contained in:
parent
cc562e7c58
commit
aa31025dd7
2
libs/partners/astradb/poetry.lock
generated
2
libs/partners/astradb/poetry.lock
generated
@ -1083,4 +1083,4 @@ watchmedo = ["PyYAML (>=3.10)"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "13e626983a438de65b59696cc7eba1b0da245befa21f901366933c2dec3172b5"
|
||||
content-hash = "c3a70155d095791d5be2284c159d4f04f20e6134243ad27ea81f14ad577ad323"
|
||||
|
@ -7,7 +7,7 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = "^0.1"
|
||||
langchain-core = ">=0.1.5"
|
||||
astrapy = "^0.7.5"
|
||||
numpy = "^1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user