Commit 72beae0
fix(ci): setuptools for lint + align crypto stack for py3.12-3.14
- Add setuptools to the test job so pylama can import pkg_resources
(removed from the stdlib bundle in Python 3.12+).
- Bump cryptography 48.0.1 -> 49.0.0 and pyOpenSSL 26.2.0 -> 26.3.0 so the
pinned stack matches what the access_modules '--ignore-installed' install
converges to (google-api-python-client pulls latest cryptography). Fixes the
pyOpenSSL/cryptography _lib.GEN_EMAIL mismatch. 49.0.0 still resolves CTO-4968.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7508c6a commit 72beae0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments