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
1 change: 0 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- "3.11"
django-version:
- "pinned"
Comment on lines 24 to 25
- "5.2"
# When updating the shards, remember to make the same changes in
# .github/workflows/unit-tests-gh-hosted.yml
shard_name:
Expand Down
12 changes: 9 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35280
celery>=5.2.2,<6.0.0

# Date: 2024-02-02
# Stay on LTS version, remove once this is added to common constraint
Django<5.0
# Date: 2026-08-11
# Stay on LTS version
Django<6.0
Comment on lines +22 to +24
Comment on lines +22 to +24

# Date: 2020-02-10
# django-oauth-toolkit version >=2.0.0 has breaking changes. More details
Expand Down Expand Up @@ -142,3 +142,9 @@ pact-python<3.0.0
# deploy edxapp to edx.org using python 3.11, we must pin sphinx-autoapi to avoid dependency
# conflicts. Remove this constraint once we migrate to python 3.12.
sphinx-autoapi<3.6.1

# Date 2026-08-11
# pip 26.2 and pip-tools 7.6.0 are not compatible.
# See: https://github.com/jazzband/pip-tools/issues/2437

pip<26.2
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.3.0
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.1
pip-tools==7.6.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
Loading