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


##########
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:
   ibmcloudant has already [bumped ibm-cloud-sdk-core to 
3.20.6](https://github.com/IBM/cloudant-python-sdk/commit/ff052f7ce1280d53954dbd07a62f8f580fc7f65a),
 however they haven't released yet. I can't find an official release schedule 
in the repo, but their releases look to be timed 4-8 weeks apart so a new one 
should be coming soon.
   
   Would you like me to file an issue in the Airflow project or is a note/TODO 
in the provider.yaml sufficient?
   



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