Update deps: fastapi, gunicorn, watchdog

This commit is contained in:
Masen Furer 2024-08-29 14:59:54 -07:00
parent 4d9f427b19
commit 29d2266cf7
No known key found for this signature in database
GPG Key ID: 2AE2BD5531FF94F4

View File

@ -28,8 +28,8 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
dill = ">=0.3.8,<0.4"
fastapi = ">=0.96.0,<0.111.0"
gunicorn = ">=20.1.0,<23.0"
fastapi = ">=0.96.0,!=0.111.0,!=0.111.1"
gunicorn = ">=20.1.0,<24.0"
jinja2 = ">=3.1.2,<4.0"
psutil = ">=5.9.4,<7.0"
pydantic = ">=1.10.2,<3.0"
@ -40,7 +40,10 @@ rich = ">=13.0.0,<14.0"
sqlmodel = ">=0.0.14,<0.1"
typer = ">=0.4.2,<1.0"
uvicorn = ">=0.20.0"
watchdog = ">=2.3.1,<5.0"
watchdog = [
{version = ">=2.3.1,<6.0", python = ">=3.9"},
{version = ">=2.3.1,<5.0", python = "<3.9"},
]
watchfiles = ">=0.19.0,<1.0"
starlette-admin = ">=0.11.0,<1.0"
alembic = ">=1.11.1,<2.0"