eladkal commented on code in PR #41555:
URL: https://github.com/apache/airflow/pull/41555#discussion_r1724392868


##########
airflow/providers/cloudant/provider.yaml:
##########
@@ -46,7 +47,17 @@ versions:
 
 dependencies:
   - apache-airflow>=2.8.0
-  - cloudant>=2.13.0
+  - ibmcloudant>=0.9.1
+
+excluded-python-versions:
+  # ibmcloudant transitively brings in urllib3 2.x, but the snowflake provider 
has a dependency that pins
+  # urllib3 to 1.x on Python 3.8 and 3.9; thus we exclude those Python 
versions from taking the update
+  # to ibmcloudant.
+  # See #21004, #41555, and 
https://github.com/snowflakedb/snowflake-connector-python/issues/2016
+  - "3.8"
+  - "3.9"
+  # ibmcloudant brings in ibm-cloud-sdk-core which does not support Python 3.12
+  - "3.12"

Review Comment:
   Todo is needed any way. The issue is that it should have something simple to 
track (issue/pr) we should avoid leaveing exploration tasks. I think filing an 
issue is simple enough and will provide the clarity we need



-- 
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