Upgrading to fastapi .95.1

This commit is contained in:
Scott Idem
2024-04-26 13:49:48 -04:00
parent 0745ac2fd4
commit d3f26f1696
4 changed files with 172 additions and 19 deletions

View File

@@ -1,20 +1,29 @@
# Updated manually 2024-04-26 with a lot of trial and error.
# A few are commented out even though they are actually used and required. Other packages already pull them in.
# SQLAlchemy needs to be upgraded to 2.x. There are issues with async IO or something related to that.
# https://docs.sqlalchemy.org/en/14/changelog/migration_20.html
# aioredis # BAD! Not maintained!
anyio
aiofiles
# aiohttp # added 2024-04-24
# anyio
argon2-cffi
argon2-cffi-bindings
asgiref
# asgiref
async-timeout
certifi
cffi
baize # added 2023-08-17
# certifi
# cffi
charset-normalizer
click
Deprecated
dnspython
email-validator
et-xmlfile
fastapi
greenlet
gunicorn
fastapi==0.95.1 # working 0.94.1, 0.88.0; not working >= 0.95.0, 0.95.1
# greenlet>=2.0.2
# gevent
gunicorn # working >=21.2.0
h11
html2text
httpcore
@@ -22,16 +31,16 @@ httptools
httpx
idna
itsdangerous
Jinja2
# Jinja2>=3.1.2
MarkupSafe
mysqlclient
numpy
openpyxl
orjson
packaging
# packaging
pandas
passlib
# pdf2image
pdf2image
Pillow
pycparser
pydantic
@@ -43,19 +52,20 @@ python-multipart
pytz
PyYAML
qrcode
redis[hiredis]
redis[hiredis] # redis==5.0.0 hiredis==2.2.3
requests
rfc3986
six
sniffio
SQLAlchemy==1.4.47 # 1.4.47 is the newest I am working with
starlette
SQLAlchemy==1.4.52 # working 1.4.52; (2.0.29) I am working with
starlette # working ==0.26.1, 0.22.0; not working newest 0.37.2
stripe
typing_extensions
ujson
urllib3
uvicorn
uvicorn # working ==0.20.0
uvloop
Wand
watchfiles
watchgod
websockets