Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
python-version:
- '3.11'
- '3.12'
toxenv: [django42-celery53-drflatest, django52-celery54-drflatest,
quality, docs]
toxenv: [django52, quality, docs]
Copy link
Contributor Author

@awais786 awais786 Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edx-platform already using following versions so need to add different versions.

djangorestframework==3.16.1
celery==5.6.0


steps:
- uses: actions/checkout@v6
Expand All @@ -37,7 +36,7 @@ jobs:
run: tox

- name: Run coverage
if: matrix.python-version == '3.11' && matrix.toxenv == 'django52-celery54-drflatest'
if: matrix.python-version == '3.11' && matrix.toxenv == 'django52'
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Change Log
Unreleased
~~~~~~~~~~

[3.5.0] - 2025-12-08
~~~~~~~~~~~~~~~~~~~~

Removed
+++++++
* Removed `django 4.2` support

[3.4.3] - 2025-08-06
~~~~~~~~~~~~~~~~~~~~

Expand All @@ -25,7 +32,7 @@ Fixed
~~~~~~~~~~~~~~~~~~~~

Changed
* Support Celery protocol V2 in create_user_tasks
* Support Celery protocol V2 in create_user_tasks


[3.4.1] - 2025-04-20
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ upgrade: ## update the requirements/*.txt files with the latest packages satisfy
$(PIP_COMPILE) -o requirements/quality.txt requirements/quality.in
$(PIP_COMPILE) -o requirements/ci.txt requirements/ci.in
$(PIP_COMPILE) -o requirements/dev.txt requirements/dev.in
# Let tox control the Django, djangorestframework, and celery versions for tests
# Let tox control the Django versions for tests
sed -i.tmp '/^[d|D]jango==/d' requirements/test.txt
sed -i.tmp '/^djangorestframework==/d' requirements/test.txt
rm requirements/test.txt.tmp

pull_translations: ## pull translations from Transifex
Expand Down
20 changes: 13 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
amqp==5.3.1
# via kombu
asgiref==3.10.0
asgiref==3.11.0
# via django
billiard==4.2.2
billiard==4.2.4
# via celery
celery==5.5.3
celery==5.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
click==8.3.0
click==8.3.1
# via
# celery
# click-didyoumean
Expand All @@ -26,7 +26,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
django==4.2.25
django==5.2.9
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Django52 appeared here.

# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -41,9 +41,11 @@ djangorestframework==3.16.1
# drf-yasg
drf-yasg==1.21.11
# via -r requirements/base.in
exceptiongroup==1.3.1
# via celery
inflection==0.5.1
# via drf-yasg
kombu==5.5.4
kombu==5.6.1
# via celery
packaging==25.0
# via
Expand All @@ -59,10 +61,14 @@ pyyaml==6.0.3
# via drf-yasg
six==1.17.0
# via python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via django
typing-extensions==4.15.0
# via exceptiongroup
tzdata==2025.2
# via kombu
tzlocal==5.3.1
# via celery
uritemplate==4.2.0
# via drf-yasg
vine==5.1.0
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==6.2.1
cachetools==6.2.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.11.0
coverage==7.12.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -22,15 +22,15 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.31.0
tox==4.32.0
# via -r requirements/ci.in
virtualenv==20.35.3
virtualenv==20.35.4
# via tox
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

celery<6.0

# greater version breaking docs build
sphinx<8.2.4
52 changes: 32 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/test.txt
# django
Expand All @@ -17,13 +17,13 @@ astroid==3.3.11
# -r requirements/quality.txt
# pylint
# pylint-celery
billiard==4.2.2
billiard==4.2.4
# via
# -r requirements/test.txt
# celery
boto3==1.40.55
boto3==1.42.4
# via -r requirements/test.txt
botocore==1.40.55
botocore==1.42.4
# via
# -r requirements/test.txt
# boto3
Expand All @@ -32,19 +32,19 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.1
cachetools==6.2.2
# via
# -r requirements/ci.txt
# tox
celery==5.5.3
celery==5.6.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
chardet==5.2.0
# via
# -r requirements/ci.txt
# tox
click==8.3.0
click==8.3.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -81,7 +81,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.0
coverage[toml]==7.12.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -94,7 +94,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.25
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -119,6 +119,10 @@ edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/quality.txt
exceptiongroup==1.3.1
# via
# -r requirements/test.txt
# celery
filelock==3.20.0
# via
# -r requirements/ci.txt
Expand All @@ -145,7 +149,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
kombu==5.5.4
kombu==5.6.1
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -178,9 +182,9 @@ packaging==25.0
# tox
path==16.16.0
# via edx-i18n-tools
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
platformdirs==4.5.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -237,7 +241,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.2
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -268,7 +272,7 @@ pyyaml==6.0.3
# edx-i18n-tools
rules==3.5
# via -r requirements/test.txt
s3transfer==0.14.0
s3transfer==0.16.0
# via
# -r requirements/test.txt
# boto3
Expand All @@ -282,15 +286,15 @@ snowballstemmer==3.0.1
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/test.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/quality.txt
# code-annotations
testfixtures==9.2.0
testfixtures==10.0.0
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -300,17 +304,25 @@ tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
tox==4.31.0
tox==4.32.0
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
# -r requirements/test.txt
# exceptiongroup
tzdata==2025.2
# via
# -r requirements/test.txt
# kombu
tzlocal==5.3.1
# via
# -r requirements/test.txt
# celery
uritemplate==4.2.0
# via
# -r requirements/test.txt
# drf-yasg
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/test.txt
# botocore
Expand All @@ -320,7 +332,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.35.3
virtualenv==20.35.4
# via
# -r requirements/ci.txt
# tox
Expand Down
Loading