ferruzzi commented on code in PR #30873:
URL: https://github.com/apache/airflow/pull/30873#discussion_r1210564336
##########
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:
Sweet, I'll test it and see if it works now. I had missed that update,
thanks.
--
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]