Skip to content

Commit 727c356

Browse files
committed
Update minimal fastapi requirements
1 parent 71d1f10 commit 727c356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
REQUIREMENTS = [
1414
"intelmq>=2.2.3",
15-
"fastapi>=0.88.0",
15+
"fastapi>=0.63.0", # Newest version in the Debian 11 repository
1616
"uvicorn[standard]>=0.20.0",
1717
"typing-extensions>=3.10.0.0",
1818
"python-multipart",

0 commit comments

Comments
 (0)