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 iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==46.0.7
cryptography==48.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Updating to cryptography==48.0.0 introduces a breaking change for PyJWT (pinned at ~=2.10.1 in this file). cryptography 48.0.0 removed support for positional arguments in several classes, including ec.ECDSA, which PyJWT 2.10.1 uses for signature verification. This will result in a TypeError if ECDSA-based JWTs are processed. While IAP typically uses RSA, it is recommended to verify compatibility or update PyJWT to a version that supports cryptography 48.0.0.

Flask==3.1.3
google-auth==2.38.0
gunicorn==23.0.0
Expand Down