mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 18:23:59 +00:00
astradb[patch]: fix core dep 3 (#17617)
This commit is contained in:
parent
44db4412c0
commit
8f5c70769d
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 = "c3a70155d095791d5be2284c159d4f04f20e6134243ad27ea81f14ad577ad323"
|
||||
content-hash = "a54c88fffa5aca9fe1961b2c584f1c9dd3870870019c8443803c1574367fed91"
|
||||
|
@ -7,7 +7,7 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = ">=0.1.5"
|
||||
langchain-core = "^0.1.5"
|
||||
astrapy = "^0.7.5"
|
||||
numpy = "^1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user