changed bcrypt vers
All checks were successful
Deploy / lint (push) Successful in 5s
Deploy / test (push) Successful in 29s
Deploy / deploy (push) Successful in 20s

This commit is contained in:
2026-03-03 20:35:11 +01:00
parent bb62e5ce44
commit ee647e4ae7

View File

@@ -16,6 +16,7 @@ dependencies = [
"pydantic-settings>=2.0.0",
"python-jose[cryptography]>=3.3.0",
"passlib[bcrypt]>=1.7.4",
"bcrypt<=4.0.1",
"apscheduler>=3.10.0",
"httpx>=0.27.0",
"alpaca-py>=0.30.0",