Skip to content

Commit 9f3f50b

Browse files
committed
build: Loosen openedx-core constraint to allow patch upgrades
1 parent 55cbc5d commit 9f3f50b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

requirements/constraints.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ libsass==0.10.0
6161
numpy<2.0.0
6262

6363
# Date: 2023-09-18
64-
# pinning this version to avoid updates while the library is being developed
64+
# Library is still in active development. Minor verisons (0.x, 0.x+1) may have
65+
# breaking changes which openedx-core devs want to roll out manually. New patch versions
66+
# are OK to accept automatically.
6567
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35269
66-
openedx-core==0.34.1
68+
openedx-core<0.35
6769

6870
# Date: 2023-11-29
6971
# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.

0 commit comments

Comments
 (0)