Skip to content
Merged
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 @@ -26,7 +26,7 @@ cryptography = ">=42,<49" # 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.31"
tenacity = ">=8.3,<10.0"
structlog = ">=24.1,<26.0"
structlog = ">=24.1,<27.0"
prometheus-client = ">=0.20,<0.26"
opentelemetry-sdk = "^1.24.0"
opentelemetry-instrumentation-fastapi = "^0.45b0"
Expand Down
Loading