Commit fcac36d
fix(wiremock): upgrade Lambda runtime to python3.12, drop urllib3<2 pin
python3.9 reached EOL in Oct 2025. urllib3 2.x (released Apr 2023) uses
bytes|str union syntax requiring Python 3.10+, causing a SyntaxError on
fresh CI installs that now resolve to urllib3 2.x by default.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f338ab2 commit fcac36d
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
0 commit comments