Fix SQLAlchemy version format in requirements.txt (#13547)

Change SQLAlchemy>=2.0 to SQLAlchemy>=2.0.0 to satisfy the X.Y.Z
version format expected by install_util.is_valid_version().
This commit is contained in:
Jedrzej Kosinski 2026-04-29 20:30:01 -07:00 committed by GitHub
parent d10fc2d652
commit a7d82baa06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ scipy
tqdm
psutil
alembic
SQLAlchemy>=2.0
SQLAlchemy>=2.0.0
filelock
av>=14.2.0
comfy-kitchen>=0.2.8