From 80bda49784803108dc453be08c46b3f85571fd1c Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 12 Aug 2026 12:21:33 -0400 Subject: [PATCH] build: Drop the openai constraint. We don't actually install it anymore as a part of the default build so we don't need to constrain it. Closes https://github.com/openedx/openedx-platform/issues/35268 --- requirements/constraints.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index dda3d8e33996..137e6c0bc538 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -66,11 +66,6 @@ numpy<2.0.0 # Issue for unpinning: https://github.com/openedx/edx-platform/issues/35269 openedx-core<2 -# Date: 2023-11-29 -# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise. -# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35268 -openai<=0.28.1 - # Date: 2024-04-26 # path==16.12.0 breaks the unit test collections check # needs to be investigated and fixed separately