feat: Pydantic v2対応。パッケージアップデート。ついでにバージョンを固定しておいた方がいい奴らを指定(FastAPI, SQLAlchemy)

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-07-28 15:12:44 +09:00
parent 4fc66bf48d
commit bb5f185a6e
2 changed files with 536 additions and 426 deletions

View File

@ -7,7 +7,8 @@ name = "pypi"
app = "uvicorn src.main:app --reload --no-server-header"
[packages]
fastapi = "*"
fastapi = "==0.*"
pydantic = "==2.*"
uvicorn = "*"
"uvicorn[standard]" = "*"
gunicorn = "*"
@ -22,7 +23,7 @@ PyMySQL = "*"
pandas = "*"
openpyxl = "*"
xlrd = "*"
sqlalchemy = "*"
sqlalchemy = "==2.*"
mojimoji = "*"
[dev-packages]

File diff suppressed because it is too large Load Diff