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 requirements_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ coverage==7.10.7
# via pytest-cov
croniter==6.0.0
# via rq
cryptography==46.0.7
cryptography==48.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lock files diverge on cryptography

High Severity

This change sets cryptography==48.0.1 in requirements_lock.txt while uv.lock still pins 46.0.7. Makefile regenerates requirements_lock.txt from uv.lock, and the Dockerfile installs with uv sync --frozen, so deployed images keep the old release while Bazel uses the bumped export.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a68a25b. Configure here.

# via pyjwt
distro==1.9.0
# via openai
Expand Down
Loading