Commit c0574b7
fix: widen PyJWT version constraint to allow 2.11+ (#523)
Changes PyJWT~=2.10.1 (>=2.10.1, <2.11) to PyJWT~=2.10 (>=2.10, <3)
to match the pattern used by other dependencies in setup.py.
Fixes #522
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent bee196b commit c0574b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments