Skip to content

Commit 97fd35f

Browse files
committed
Fix relationships that are broken in newer versions of sqlmodel fastapi/sqlmodel#383 (comment)
1 parent a782322 commit 97fd35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ uvicorn
44
jinja2
55
pyaml
66
cryptography
7-
sqlalchemy
7+
sqlalchemy==1.4.35 # https://github.com/tiangolo/sqlmodel/issues/383#issuecomment-1193373160
88
databases
99
# psycopg2-binary
1010
psycopg2==2.9.3

0 commit comments

Comments
 (0)