diff --git a/.python-version b/.python-version new file mode 100644 index 000000000..92536a9e4 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12.0 diff --git a/pyproject.toml b/pyproject.toml index 2e271d719..733cfea43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ python-socketio = ">=5.7.0,<6.0" redis = ">=4.3.5,<6.0" rich = ">=13.0.0,<14.0" sqlmodel = ">=0.0.14,<0.1" -typer = ">=0.4.2,<1.0" +typer = "0.13.0" uvicorn = ">=0.20.0" starlette-admin = ">=0.11.0,<1.0" alembic = ">=1.11.1,<2.0"