From 9e291ba528a80afcbfdf9e8aa555514266ccdf0a Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 20 Nov 2024 15:26:36 -0500 Subject: [PATCH] Updates to get FastAPI reasonably up to date. --- conf/aether_fastapi_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/aether_fastapi_requirements.txt b/conf/aether_fastapi_requirements.txt index e52073a..0307874 100644 --- a/conf/aether_fastapi_requirements.txt +++ b/conf/aether_fastapi_requirements.txt @@ -20,7 +20,7 @@ Deprecated dnspython email-validator et-xmlfile -fastapi==0.110.2 # working 0.95.1 0.94.1, 0.88.0; testing 0.108.0 0.99.1; not working >= 0.95.0 +fastapi==0.115.5 # working 0.110.2 0.94.1, 0.88.0; testing 0.111.1 0.112.4; not working >= 0.95.0 # greenlet>=2.0.2 # gevent gunicorn # working >=21.2.0 @@ -43,7 +43,7 @@ passlib pdf2image Pillow pycparser -pydantic +pydantic==1.* # working 1.10.0, 1.10.15, 1.10.19; not 2.x.x PyJWT pyparsing python-dateutil @@ -70,4 +70,4 @@ watchfiles watchgod websockets wrapt -xlrd +xlrd \ No newline at end of file