pin fastapi (#6120)

This commit is contained in:
Stefano Fiorucci 2023-10-19 13:30:50 +02:00 committed by GitHub
parent ef40c7c728
commit ff06da8712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"farm-haystack",
"fastapi<1",
"fastapi<0.104.0", # https://github.com/deepset-ai/haystack/issues/6119
"uvicorn<1",
"python-multipart<1", # optional FastAPI dependency for form data
"pynvml",