Pin Poetry's dulwich version
#447
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After the recent upstream
dulwich0.24.6 release, CI in this repo started failing in the test that runs Poetry with our oldest supported Python patch version (3.9.0).eg:
Investigation showed this only affects Python 3.9.0 and 3.9.1, which are multiple years behind the latest 3.9.x patch version (3.9.24).
For more details see the upstream issue I opened:
jelmer/dulwich#1948
Our options are either to drop support for 3.9.0 and 3.9.1 (and require use of Python 3.9.2+), or to pin the dulwich version.
Given we'll be dropping support for Python 3.9 in January 2026, for now we'll temporarily pin the dulwich version. (It's also possible the dulwich project might adjust it's
requires-pythonand yank the 0.24.6 release, in which case we'll be able to remove the pin before then.)GUS-W-20000287.