astradb[patch]: fix core dep 3 (#17617)

pull/17618/head
Erick Friis 5 months ago committed by GitHub
parent 44db4412c0
commit 8f5c70769d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save