Skip to content

Commit 543e9fb

Browse files
authored
fix: pin SQLAlchemy>=2.0 in requirements.txt (fixes #13036) (#13316)
1 parent fc5f4a9 commit 543e9fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ scipy
1919
tqdm
2020
psutil
2121
alembic
22-
SQLAlchemy
22+
SQLAlchemy>=2.0
2323
filelock
2424
av>=14.2.0
2525
comfy-kitchen>=0.2.8

0 commit comments

Comments
 (0)