Commit 4f1ce6d
committed
fix(ci): replace python-jose/ecdsa/rsa with PyJWT in workflow pip installs
Both Test Suite and Integration Tests steps were installing python-jose,
ecdsa, and rsa. Now they install PyJWT>=2.9 (no ecdsa dependency).
Also bumps the cryptography floor to >=50 in the integration step.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018H6joKwZduARSMACcqjZQA1 parent c80500f commit 4f1ce6d
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments