Commit d39f880
chore(deps): Update Python runtime dependencies (#87)
* chore(deps): Update Python runtime dependencies
* fix(deps): correct Python version constraint and update CI to 3.14
Renovate bumped python to >=3.14.3,<3.15 which drops 3.11-3.13 support
and breaks CI (workflows hardcode python-version: '3.11').
- Fix constraint to >=3.11.1,<3.15 — adds 3.14 without dropping older
- Update all workflows (ci, release, mypy, semantic-release) to python 3.14
- Update mypy python_version target from 3.13 to 3.14
* fix(deps): regenerate lockfile for >=3.11.1,<3.15 python range
Restores Python 3.11/3.12 backport markers (backports-tarfile,
importlib-metadata, zipp, etc.) that were dropped when Renovate
narrowed the range to >=3.14.3,<3.15.
* chore(ci): disable Renovate auto-update for python version constraint
Renovate narrowed python to >=3.14.3,<3.15 which broke CI by dropping
3.11-3.13 support. Python version constraint needs manual management
to preserve the multi-version supported range.
* fix(ci): downgrade CI Python from 3.14 to 3.13
Python 3.14 is still pre-release; pydantic-core (transitive dep via
python-semantic-release/mcp) uses PyO3 which only supports up to 3.13.
The pyproject.toml range >=3.11.1,<3.15 is unchanged - CI runs on
3.13 (latest stable) which is within that range.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fred Visser <1458528+fredvisser@users.noreply.github.com>1 parent aca93d4 commit d39f880
File tree
7 files changed
+31
-25
lines changed- .github/workflows
7 files changed
+31
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
0 commit comments