diff --git a/pyproject.toml b/pyproject.toml index dbe037a..24602f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ fastapi = "^0.95.1" FastAPI-SQLAlchemy = "^0.2.1" pydantic = "^1.10.7" alembic = "^1.10.4" -uvicorn = "^0.22.0" +uvicorn = "^0.30.5" python-dotenv = "^1.0.0" pretty-errors = "^1.2.25" requests = "^2.31.0"