There was an error while loading. Please reload this page.
1 parent cafd29f commit 514fd77Copy full SHA for 514fd77
1 file changed
requirements/constraints.txt
@@ -8,8 +8,10 @@
8
# pin when possible. Writing an issue against the offending project and
9
# linking to it here is good.
10
11
-
12
-# Common constraints for Open edX repos
13
-#-c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
14
+# using LTS django version
15
Django<5.3
+
+# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
+# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
16
+# See https://github.com/openedx/edx-platform/issues/35126 for more info
17
+elasticsearch<7.14.0
0 commit comments