Skip to content

Commit

Permalink
pin kombu to >= 5.3 for importlib-metadata fix (poetry had already pi…
Browse files Browse the repository at this point in the history
…cked up 5.3.x)
  • Loading branch information
mr-c committed Nov 24, 2023
1 parent ffc963b commit 6c9fb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down

0 comments on commit 6c9fb16

Please sign in to comment.