Commit 74cb739
committed
py(deps[docs]): Pin sphinx<9 to avoid breaking changes
why: Sphinx 9.x introduced breaking changes that affect sphinxarg/ext.py
(mock() function moved to internal _dynamic package) and mypy fails on
PEP 695 type statement syntax. Sphinx 9 also drops Python 3.10/3.11 support
(requires Python 3.12+).
what:
- Add sphinx<9 constraint to dev and docs dependency groups
- Update uv.lock to use sphinx 8.x1 parent 70e2b23 commit 74cb739
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments