From 1dfa603331a7578851ca2315ad3b8b92e3a6e0fb Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Mon, 13 Feb 2023 18:24:30 -0600 Subject: 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. --- requirements.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements.in') 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 -- cgit v1.2.3