Skip to content

Commit 9782c67

Browse files
authored
Merge pull request #6 from just495/patch/fix-requirements
fix requirements version: sqlalchemy, uvicorn
2 parents 8f89a94 + 6c177fa commit 9782c67

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/api_for_sqlalchemy/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def create_app() -> FastAPI:
5757
"asgi:app",
5858
host="0.0.0.0",
5959
port=8082,
60-
debug=True,
6160
reload=True,
6261
app_dir=str(CURRENT_DIR),
6362
)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SQLAlchemy>=1.4.39
1+
SQLAlchemy>=1.4.39,<2.0.0
22
pydantic>=1.9.1
33
fastapi>=0.79.0
44
uvicorn>=0.18.2

0 commit comments

Comments
 (0)