mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
chroma: add optional fastapi dep to restrict to <1 (#20295)
This commit is contained in:
parent
f8a54d1d73
commit
991fd82532
2
libs/partners/chroma/poetry.lock
generated
2
libs/partners/chroma/poetry.lock
generated
@ -3621,4 +3621,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<3.13"
|
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"
|
langchain-core = "^0.1.40"
|
||||||
chromadb = { version = "^0.4.0" }
|
chromadb = { version = "^0.4.0" }
|
||||||
numpy = "^1"
|
numpy = "^1"
|
||||||
|
fastapi = {version = ">=0.95.2,<1", optional = true}
|
||||||
|
|
||||||
[tool.poetry.group.test]
|
[tool.poetry.group.test]
|
||||||
optional = true
|
optional = true
|
||||||
|
Loading…
Reference in New Issue
Block a user