Skip to content

Commit 514fd77

Browse files
committed
fix: change constraints
1 parent cafd29f commit 514fd77

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

requirements/constraints.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
# pin when possible. Writing an issue against the offending project and
99
# linking to it here is good.
1010

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-
11+
# using LTS django version
1512
Django<5.3
13+
14+
# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
15+
# 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

Comments
 (0)