Update django-autocomplete-light from 3.9.4 to 4.0 - #2684
Open
tompollard wants to merge 1 commit into
Open
Conversation
tompollard
force-pushed
the
tp/fix-dal-install
branch
from
August 31, 2026 17:12
2a420dc to
4d72e7d
Compare
Member
Author
|
Hmm, it looks like it is still an issue in this version of django-autocomplete-light. Will need an alternative fix. |
tompollard
force-pushed
the
tp/fix-dal-install
branch
from
August 31, 2026 17:51
4d72e7d to
f7d12c3
Compare
Member
Author
|
This is actually a broader issue than just this package. See #2685 |
Poetry 2.x removed the pip-based installer fallback (installer.modern-installation = false). Without it, tarfile.chown() crashes when extracting sdists as root in Docker/CI due to packages with gname=None in tar metadata. Pin Poetry <2 and re-enable the fallback. Also update django-autocomplete-light from 3.9.4 to 4.x, which includes a wheel distribution that avoids the sdist extraction issue entirely.
tompollard
force-pushed
the
tp/fix-dal-install
branch
from
August 31, 2026 18:16
0efd1e4 to
72ed755
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The 3.9.4 django-autocomplete-light sdist has broken tar metadata (group name is None) which crashes tarfile.chown during extraction on Debian 12, causing the Poetry install step to fail in CI:
See for example: https://github.com/MIT-LCP/physionet-build/actions/runs/33286356667/job/99560210589
This pull request bumps django-autocomplete-light from 3.9.4 to 3.12.1