mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-30 19:36:23 +00:00
pin fastapi (#6120)
This commit is contained in:
parent
ef40c7c728
commit
ff06da8712
@ -26,7 +26,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"farm-haystack",
|
"farm-haystack",
|
||||||
"fastapi<1",
|
"fastapi<0.104.0", # https://github.com/deepset-ai/haystack/issues/6119
|
||||||
"uvicorn<1",
|
"uvicorn<1",
|
||||||
"python-multipart<1", # optional FastAPI dependency for form data
|
"python-multipart<1", # optional FastAPI dependency for form data
|
||||||
"pynvml",
|
"pynvml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user