chroma: add optional fastapi dep to restrict to <1 (#20295)

pull/20170/head
Erick Friis 4 months ago committed by GitHub
parent f8a54d1d73
commit 991fd82532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3621,4 +3621,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<3.13"
content-hash = "3b2e9588a564cd970201c607494ab6adbd3b4c954990b92df92dee07251023aa"
content-hash = "6d2266597c2f2ae82cecc6d8689235544bfa232e09a3b0503bcada9cebe97d0b"

@ -15,6 +15,7 @@ python = ">=3.8.1,<3.13"
langchain-core = "^0.1.40"
chromadb = { version = "^0.4.0" }
numpy = "^1"
fastapi = {version = ">=0.95.2,<1", optional = true}
[tool.poetry.group.test]
optional = true

Loading…
Cancel
Save