diff options
author | John Estabrook <jestabro@vyos.io> | 2023-02-13 18:24:30 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-02-13 19:40:39 -0600 |
commit | 1dfa603331a7578851ca2315ad3b8b92e3a6e0fb (patch) | |
tree | 9d117ba52b4aa6c5047336b36a3f650f28398713 /requirements.in | |
parent | 417f5db8e20914680768227cf0f4efa11d6f3b67 (diff) | |
download | vyos-http-api-tools-1dfa603331a7578851ca2315ad3b8b92e3a6e0fb.tar.gz vyos-http-api-tools-1dfa603331a7578851ca2315ad3b8b92e3a6e0fb.zip |
debian: T5003: workaround for bookworm
Use fastapi==0.89.1 to avoid a regression in the MultiPartParser.
Note that this is the version for bookworm, but as we package versions
from PyPI, requirements.in needs to pin to this version.
Diffstat (limited to 'requirements.in')
-rw-r--r-- | requirements.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.in b/requirements.in index 059c249..2e69494 100644 --- a/requirements.in +++ b/requirements.in @@ -1,8 +1,8 @@ -fastapi +fastapi==0.89.1 python-multipart uvicorn[standard] wsproto -ariadne[asgi-file-uploads] +ariadne makefun sgqlc pyjwt |