Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ redis = { version = ">=5.0.4,<9.0.0", extras = ["hiredis"] }
httpx = ">=0.27,<0.29"
python-jose = { version = "^3.3.0", extras = ["cryptography"] }
PyJWT = "^2.8.0" # Used by OIDC and SAML auth flows (separate from python-jose)
cryptography = ">=42,<49" # Direct dep for credential vault Fernet
cryptography = ">=42,<50" # Direct dep for credential vault Fernet
bcrypt = ">=4.1.2,<6.0.0" # Used directly by app.core.security (passlib is no longer compatible with bcrypt >= 4)
python-multipart = ">=0.0.9,<0.0.33"
tenacity = ">=8.3,<10.0"
Expand Down
Loading