topherinternational commented on PR #41555:
URL: https://github.com/apache/airflow/pull/41555#issuecomment-2294991433

   Rats, looks like the joke is on me and this PR is blocked on another 
third-party...`ibmcloudant` has a dependency conflict with the Snowflake Python 
library that nerfs the Airflow build for Python 3.8 and 3.9. 
   
   There's an 
[issue](https://github.com/snowflakedb/snowflake-connector-python/issues/2016) 
for this in the Snowflake repo with an [open 
PR](https://github.com/snowflakedb/snowflake-connector-python/pull/1998), so 
hopefully it will be fixed soon and this Cloudant PR will unblock.
   
   Ironic as this issue stalled for a while waiting for Flask-AppBuilder to fix 
a dependency pin.
   
   Details:
   
   `ibmcloudant` brings in `ibm-cloud-sdk-core` which [requires `urllib3` 
2.x](https://github.com/IBM/python-sdk-core/blob/main/pyproject.toml#L30), 
which is fine for core Airflow, but the snowflake provider brings in 
`snowflake-connector-python`, which (for Python 3.8. and 3.9 only) requires 
urllib3 1.x.
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to