Skip to content

Commit 6d984de

Browse files
authored
Bump sqlmodel version to prevent demo_server run errors at new Python versions (#992)
1 parent 9356588 commit 6d984de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo_server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Installation
88

99
Downloading Python
1010
------------------
11-
Install python 3.8.2 for your appropriate OS from https://www.python.org/downloads/
11+
Install python 3.12.8 for your appropriate OS from https://www.python.org/downloads/
1212

1313
Setting up Python environment
1414
-----------------------------

demo_server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastapi==0.115.7
22
uvicorn==0.34.0
3-
sqlmodel==0.0.22
3+
sqlmodel==0.0.27
44
idna==3.7

0 commit comments

Comments
 (0)