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
This commit is contained in:
Feanil Patel
2024-06-11 15:22:04 -04:00
parent 221e333154
commit 69c0f71afa

View File

@@ -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.