Skip to content

Commit 32f31d3

Browse files
authored
Update SQLAlchemy version in requirements.txt
1 parent 491b7ff commit 32f31d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
fastapi==0.95.2
22
uvicorn[standard]==0.22.0
3-
SQLAlchemy==2.1.0
3+
SQLAlchemy==2.0.45
44
psycopg2-binary==2.9.7
55
pydantic==1.10.7
66
passlib[bcrypt]==1.7.4
77
pytest==7.3.1
88
httpx==0.24.1
99
python-dotenv==1.0.0
10+

0 commit comments

Comments
 (0)