We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cbc5d commit 9f3f50bCopy full SHA for 9f3f50b
1 file changed
requirements/constraints.txt
@@ -61,9 +61,11 @@ libsass==0.10.0
61
numpy<2.0.0
62
63
# Date: 2023-09-18
64
-# pinning this version to avoid updates while the library is being developed
+# 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.
67
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35269
-openedx-core==0.34.1
68
+openedx-core<0.35
69
70
# Date: 2023-11-29
71
# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.
0 commit comments