pin kombu to >= 5.3 for importlib-metadata fix (poetry had already picked up 5.3.x)

This commit is contained in:
Michael R. Crusoe
2023-11-27 00:01:55 +00:00
committed by Nicola Soranzo
parent 14fb5acc69
commit 8611d3ccb8
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ install_requires =
cloudauthz==0.6.0
dparse
gxformat2
importlib-metadata<5 # Work around https://github.com/celery/kombu/issues/1600
kombu
kombu>=5.3
lagom
lxml!=4.2.2
Mako
+1 -2
View File
@@ -68,10 +68,9 @@ gunicorn = "*"
gxformat2 = "*"
h5grove = ">=1.2.1"
h5py = "*"
importlib-metadata = "<5" # Work around https://github.com/celery/kombu/issues/1600
importlib-resources = { version = "*", python = "<3.9" } # for importlib.{abc.Traversable,resources.{files, Package}}
isa-rwval = ">=0.10.10"
kombu = "*"
kombu = ">=5.3" # for importlib-metadata fix
lagom = "*"
Mako = "*"
Markdown = "*"