From 69c0f71afa7045a2fa8f668aba7d124eb01ba92b Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 11 Jun 2024 15:22:04 -0400 Subject: [PATCH] fix: Drop the click constraint. Celery is already at version 5.4.0 and so it's unclear why this dependency is here anymore. THe latest version of click is less than 9.0.0 --- requirements/constraints.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 226ffe7c3f..ec3c2ef9df 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -17,9 +17,6 @@ celery>=5.2.2,<6.0.0 -# required for celery>=5.2.0;<5.3.0 -click>=8.0,<9.0 - # The team that owns this package will manually bump this package rather than having it pulled in automatically. # This is to allow them to better control its deployment and to do it in a process that works better # for them.