Skip to content

Commit

Permalink
importlib-metadata 5.0 is not compatible with latest kombu on py3.7
Browse files Browse the repository at this point in the history
importlib-metadata is not on later versions of python, so we can use
a conditional pin. see # celery/celery#7783
  • Loading branch information
mattbennett committed Feb 9, 2023
1 parent e1982c9 commit d277789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"eventlet>=0.33.0 ; python_version>='3.10'",
"kombu>=4.2.0",
"kombu>=5.2.0 ; python_version>='3.10'",
"importlib-metadata<5 ; python_version<='3.7'; " # https://github.com/celery/celery/issues/7783
"mock>=1.2",
"path.py>=6.2",
"pyyaml>=5.1",
Expand Down

0 comments on commit d277789

Please sign in to comment.