Commit c3ce28e
committed
Drop Python 3.9 to fully patch requests CVE-2026-25645
requests 2.33.0+ requires Python >=3.10. The previous multi-constraint
approach left Python 3.9 installs on requests 2.32.x, which is still
vulnerable. Python 3.9 has been EOL since October 2025.
Also simplifies the cryptography pin now that the 3.9.2 marker is moot.
https://claude.ai/code/session_01Nsf9RKZvau6jx2vA8MULoD1 parent 325e1d6 commit c3ce28e
2 files changed
Lines changed: 7 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments