Downgrade uvicorn version (#2669)

This should fix the hot reload issue on windows
This commit is contained in:
Elijah Ahianyo 2024-02-19 23:08:28 +00:00 committed by GitHub
parent 052f82cd06
commit 99a566f43e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 237 additions and 115 deletions

347
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,10 @@ redis = "^4.3.5"
rich = "^13.0.0"
sqlmodel = "^0.0.14"
typer = ">=0.4.2,<1"
uvicorn = "^0.27.0"
uvicorn = [
{version = "^0.24.0", python = ">=3.12"},
{version = "^0.20.0", python = "<3.12"},
]
watchdog = "^2.3.1"
watchfiles = "^0.19.0"
starlette-admin = "^0.9.0"