fix: pin bcrypt for Velocity-OS auth

This commit is contained in:
2026-05-01 17:39:59 +05:30
parent 69d8eb3028
commit 55d0c3a8c4

View File

@@ -11,6 +11,7 @@ supabase>=2.10.0
asyncpg>=0.31.0 # Raw PostgreSQL async driver (no ORM)
python-jose[cryptography]>=3.3.0 # JWT encode/decode
passlib[bcrypt]>=1.7.4 # bcrypt password hashing
bcrypt>=4.0,<5 # passlib 1.7.x is not compatible with bcrypt 5.x long-input enforcement
httpx>=0.28.0 # Async HTTP client for NemoClaw API calls
pynvml>=11.5.0 # GPU VRAM health checks before NemoClaw inference
python-multipart>=0.0.9 # Multipart form parsing for CSV uploads