File tree Expand file tree Collapse file tree 7 files changed +6
-15
lines changed
Expand file tree Collapse file tree 7 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,3 @@ Django<6.0
2222# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
2323# See https://github.com/openedx/edx-platform/issues/35126 for more info
2424elasticsearch<7.14.0
25-
26- # pip 25.3 is incompatible with pip-tools hence causing failures during the build process
27- # Make upgrade command and all requirements upgrade jobs are broken due to this.
28- # See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
29- # The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
30- # Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
31- pip<25.3
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ numpy<2.0.0
6161# Date: 2023-09-18
6262# pinning this version to avoid updates while the library is being developed
6363# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35269
64- openedx-learning==0.30.1
64+ openedx-learning==0.30.2
6565
6666# Date: 2023-11-29
6767# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.
Original file line number Diff line number Diff line change @@ -856,7 +856,7 @@ openedx-filters==2.1.0
856856 # ora2
857857openedx-forum==0.3.8
858858 # via -r requirements/edx/kernel.in
859- openedx-learning==0.30.1
859+ openedx-learning==0.30.2
860860 # via
861861 # -c requirements/constraints.txt
862862 # -r requirements/edx/kernel.in
Original file line number Diff line number Diff line change @@ -1420,7 +1420,7 @@ openedx-forum==0.3.8
14201420 # via
14211421 # -r requirements/edx/doc.txt
14221422 # -r requirements/edx/testing.txt
1423- openedx-learning==0.30.1
1423+ openedx-learning==0.30.2
14241424 # via
14251425 # -c requirements/constraints.txt
14261426 # -r requirements/edx/doc.txt
Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ openedx-filters==2.1.0
10341034 # ora2
10351035openedx-forum==0.3.8
10361036 # via -r requirements/edx/base.txt
1037- openedx-learning==0.30.1
1037+ openedx-learning==0.30.2
10381038 # via
10391039 # -c requirements/constraints.txt
10401040 # -r requirements/edx/base.txt
Original file line number Diff line number Diff line change @@ -1080,7 +1080,7 @@ openedx-filters==2.1.0
10801080 # ora2
10811081openedx-forum==0.3.8
10821082 # via -r requirements/edx/base.txt
1083- openedx-learning==0.30.1
1083+ openedx-learning==0.30.2
10841084 # via
10851085 # -c requirements/constraints.txt
10861086 # -r requirements/edx/base.txt
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ wheel==0.45.1
99
1010# The following packages are considered to be unsafe in a requirements file:
1111pip==25.2
12- # via
13- # -c requirements/common_constraints.txt
14- # -r requirements/pip.in
12+ # via -r requirements/pip.in
1513setuptools==80.9.0
1614 # via -r requirements/pip.in
You can’t perform that action at this time.
0 commit comments