We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f89a94 + 6c177fa commit 9782c67Copy full SHA for 9782c67
examples/api_for_sqlalchemy/main.py
@@ -57,7 +57,6 @@ def create_app() -> FastAPI:
57
"asgi:app",
58
host="0.0.0.0",
59
port=8082,
60
- debug=True,
61
reload=True,
62
app_dir=str(CURRENT_DIR),
63
)
requirements.txt
@@ -1,4 +1,4 @@
1
-SQLAlchemy>=1.4.39
+SQLAlchemy>=1.4.39,<2.0.0
2
pydantic>=1.9.1
3
fastapi>=0.79.0
4
uvicorn>=0.18.2
0 commit comments