We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fede98 commit 2c09bc8Copy full SHA for 2c09bc8
setup.cfg
@@ -101,8 +101,8 @@ install_requires =
101
httpx
102
# Importlib-metadata 5 is breaking Celery import due to regression it introduced
103
# This was tracked and fixed in https://github.com/celery/celery/pull/7785 but it is not released yet
104
- # We can remove the < 5.0.0 limitation hwne Celery 5.3.0 gets released and we bump celeryt o >= 5.3.0
105
- importlib_metadata>=1.7,<5.0.0;python_version<"3.9"
+ # We can remove the < 5.0.0 limitation when Celery 5.3.0 gets released and we bump celeryt o >= 5.3.0
+ importlib_metadata>=1.7,<5.0.0;python_version<="3.9"
106
importlib_resources>=5.2;python_version<"3.9"
107
itsdangerous>=2.0
108
jinja2>=3.0.0
0 commit comments