potiuk commented on code in PR #30873:
URL: https://github.com/apache/airflow/pull/30873#discussion_r1209737670


##########
setup.cfg:
##########
@@ -117,6 +117,9 @@ install_requires =
     markupsafe>=1.1.1
     marshmallow-oneofschema>=2.0.1
     mdit-py-plugins>=0.3.0
+    # Pip can not find a version that satisfies constraints if 
opentelemetry-api is not pinned.
+    opentelemetry-api==1.15.0

Review Comment:
   I believe you should be able to replace it with`>= 1.15.0` now. The problems 
were likely in Python 3.7 only and caused by importlib_metada 
incompatibilities. Those will be finally solved when Celery releases 5.3 (they 
have rc1 as of 11 May) but I think resolution should work.
   
   https://pypi.org/project/celery/#history 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to