ferruzzi commented on code in PR #30873:
URL: https://github.com/apache/airflow/pull/30873#discussion_r1210840232
##########
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:
Seems to still run into the issue when I use `>=`. `breeze ci-image build
--upgrade-to-newer-dependencies --python 3.8` is still running after 2500s
--
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]