From e5ebde83f25bfc51eb4fd62a80846a28cd316ba7 Mon Sep 17 00:00:00 2001 From: Kyle D McCormick Date: Fri, 20 Feb 2026 15:30:47 -0500 Subject: [PATCH] build: Loosen openedx-core constraint to allow patch upgrades --- requirements/constraints.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index a87a47a160..2fc769bb8a 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -61,9 +61,11 @@ libsass==0.10.0 numpy<2.0.0 # Date: 2023-09-18 -# 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 +# breaking changes which openedx-core devs want to roll out manually. New patch versions +# are OK to accept automatically. # Issue for unpinning: https://github.com/openedx/edx-platform/issues/35269 -openedx-core==0.34.1 +openedx-core<0.35 # Date: 2023-11-29 # Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.