fix: reflex run --help crash (#4400)

This commit is contained in:
SarthakAdhikari 2024-11-21 14:00:51 +05:45
parent 681b616000
commit 18c2ed74d1
2 changed files with 2 additions and 1 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.12.0

View File

@ -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"