potiuk commented on PR #46088: URL: https://github.com/apache/airflow/pull/46088#issuecomment-2615606591
This has something to do with bad constraints generation (so an issue that I am already aware of): Cyrrently the source constraints have this: ``` ... aliyun-python-sdk-kms==2.16.5 amqp==5.3.1 analytics-python==1.4.post1 annotated-types==0.7.0 ansicolors==1.1.8 anyio==4.8.0 apache-airflow-providers-http==5.0.0 apache-beam==2.62.0 apispec==6.8.1 apprise==1.9.2 ... ``` So - for some reasons constraints generated in this build contain `apache-airflow-providers-http` where it should not. On it. -- 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]
