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

File diff suppressed because it is too large Load Diff