Commit a7108d6
build(deps): bump PyYAML from 6.0 to 6.0.2
PyYAML 6.0's sdist setup.py references `cython_sources` on `build_ext`,
which no longer exists in Cython 3 / setuptools 70+. This breaks the
Automatic Dependency Submission (Python) workflow on every PR — the
`pip-compile` step dies with `AttributeError: 'build_ext' object has no
attribute 'cython_sources'` while resolving from sdist (no PyYAML 6.0
wheels exist for Python 3.12).
6.0.2 ships prebuilt Python 3.12 wheels and patches the sdist setup.py.
Patch-level bump within the 6.0 line — zero API change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e4dc144 commit a7108d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments