Skip to content
Merged
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
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.

11 changes: 11 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,14 @@ xmlsec==1.3.14
# https://github.com/django-commons/django-debug-toolbar/issues/2172
# Pin this back to the previous version until that bug is fixed.
django-debug-toolbar<6.0.0

# Date 2025-10-07
# Cryptography 46.0.0 conflicts with system dependencies needed for snowflake-connector-python
# snowflake-connector-python comes as a dependency of edx-enterprise so it can not be directly pinned here.
# See issue https://github.com/openedx/edx-platform/issues/37417 for details on this.
# This can be unpinned once snowflake-connector-python==4.0.0 is available (contains the fix).
# pact-python==3.0.0 also removes cffi dependency and is causing the upgrade build to fail
# This should also be removed together with cryptography constraint.
# Issue: https://github.com/openedx/edx-platform/issues/37435
cryptography<46.0.0
pact-python<3.0.0
18 changes: 10 additions & 8 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ cffi==2.0.0
# via cryptography
chem==2.0.0
# via -r requirements/edx-sandbox/base.in
click==8.2.1
click==8.3.0
# via nltk
codejail-includes==2.0.0
# via -r requirements/edx-sandbox/base.in
contourpy==1.3.3
# via matplotlib
cryptography==45.0.7
# via -r requirements/edx-sandbox/base.in
# via
# -c requirements/constraints.txt
# -r requirements/edx-sandbox/base.in
cycler==0.12.1
# via matplotlib
fonttools==4.59.2
fonttools==4.60.1
# via matplotlib
joblib==1.5.2
# via nltk
Expand All @@ -30,9 +32,9 @@ lxml[html-clean]==5.3.2
# -r requirements/edx-sandbox/base.in
# lxml-html-clean
# openedx-calc
lxml-html-clean==0.4.2
lxml-html-clean==0.4.3
# via lxml
markupsafe==3.0.2
markupsafe==3.0.3
# via
# chem
# openedx-calc
Expand All @@ -42,7 +44,7 @@ mpmath==1.3.0
# via sympy
networkx==3.5
# via -r requirements/edx-sandbox/base.in
nltk==3.9.1
nltk==3.9.2
# via
# -r requirements/edx-sandbox/base.in
# chem
Expand All @@ -62,7 +64,7 @@ pillow==11.3.0
# via matplotlib
pycparser==2.23
# via cffi
pyparsing==3.2.4
pyparsing==3.2.5
# via
# -r requirements/edx-sandbox/base.in
# chem
Expand All @@ -72,7 +74,7 @@ python-dateutil==2.9.0.post0
# via matplotlib
random2==1.0.2
# via -r requirements/edx-sandbox/base.in
regex==2025.9.1
regex==2025.9.18
# via nltk
scipy==1.16.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/assets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
click==8.2.1
click==8.3.0
# via -r requirements/edx/assets.in
libsass==0.10.0
# via
Expand Down
Loading
Loading