Skip to content

Commit 36422da

Browse files
build: pin django-autocomplete-light to 4.0.0
4.0.1 was deleted from PyPI on 2026-06-18 when the maintainer released 5.0.0, breaking pip-sync on every CI job (No matching distribution found for django-autocomplete-light==4.0.1). kernel.in is unconstrained, so a recompile would jump to the 5.0.0 major release; pin the compiled files to the still-available 4.0.0 patch to unblock CI without a major upgrade.
1 parent eea62de commit 36422da

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ django==5.2.15
252252
# xss-utils
253253
django-appconf==1.2.0
254254
# via django-statici18n
255-
django-autocomplete-light==4.0.1
255+
django-autocomplete-light==4.0.0
256256
# via -r requirements/edx/kernel.in
257257
django-cache-memoize==0.2.1
258258
# via edx-enterprise

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ django-appconf==1.2.0
423423
# -r requirements/edx/doc.txt
424424
# -r requirements/edx/testing.txt
425425
# django-statici18n
426-
django-autocomplete-light==4.0.1
426+
django-autocomplete-light==4.0.0
427427
# via
428428
# -r requirements/edx/doc.txt
429429
# -r requirements/edx/testing.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ django-appconf==1.2.0
318318
# via
319319
# -r requirements/edx/base.txt
320320
# django-statici18n
321-
django-autocomplete-light==4.0.1
321+
django-autocomplete-light==4.0.0
322322
# via -r requirements/edx/base.txt
323323
django-cache-memoize==0.2.1
324324
# via

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ django-appconf==1.2.0
339339
# via
340340
# -r requirements/edx/base.txt
341341
# django-statici18n
342-
django-autocomplete-light==4.0.1
342+
django-autocomplete-light==4.0.0
343343
# via -r requirements/edx/base.txt
344344
django-cache-memoize==0.2.1
345345
# via

0 commit comments

Comments
 (0)