fix: pin bcrypt for Velocity-OS auth
Some checks failed
Velocity-OS Deployment Pipeline / lint (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (agents) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (core) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (media-engine) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (webos) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (agents) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (core) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (media-engine) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (webos) (push) Has been cancelled
Velocity-OS Deployment Pipeline / notify-ingress (push) Has been cancelled
Some checks failed
Velocity-OS Deployment Pipeline / lint (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (agents) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (core) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (media-engine) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (webos) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (agents) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (core) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (media-engine) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (webos) (push) Has been cancelled
Velocity-OS Deployment Pipeline / notify-ingress (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user