Fix SQLAlchemy version format in requirements.txt

Change SQLAlchemy>=2.0 to SQLAlchemy>=2.0.0 to satisfy the X.Y.Z
version format expected by install_util.is_valid_version().

Amp-Thread-ID: https://ampcode.com/threads/T-019db845-71fe-7748-a867-d1245e82f284
Co-authored-by: Amp <amp@ampcode.com>
pull/13547/head
Jedrzej Kosinski 2026-04-23 19:21:03 -07:00
parent c5d9edacd0
commit 355ed43bd2
1 changed files with 1 additions and 1 deletions

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