Conversation
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
… the logic for aud enforce restriction
|
The CI is failing due to missing or moved vars from the |
|
The issue comes from the combination of the cryptojwt and cryptography versions installed. https://cryptography.io/en/latest/changelog/#v47-0-0
and the fix that is included in the latest (v1.11.0) cryptojwt version: https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/194/changes |
|
However, v1.11.0 declares requires-python: >=3.10 — there's no released cryptojwt version that has this fix and still supports 3.8/3.9 (v1.10.0, the last one that does, predates the fix). So picking up the fix means bumping to cryptojwt>=1.11.0 and dropping Python 3.8/3.9 from this repo's CI matrix — which lines up with both already being past their own upstream EOL. |
No description provided.