uranusjr opened a new issue #21004: URL: https://github.com/apache/airflow/issues/21004
### Apache Airflow Provider(s) cloudant ### Versions of Apache Airflow Providers Not relevant ### Apache Airflow version main (development) ### Operating System Not relevant ### Deployment Other ### Deployment details _No response_ ### What happened The IBM Cloudant API client we’re currently using, [cloudant](https://pypi.org/project/cloudant/) (aka python-cloudant), reached EOL last December. The authors recommend switching to [ibmcloudant](https://pypi.org/project/ibmcloudant/). The switch itself doesn’t seem too complicated (disclaimer: I have zero knowledge on IBM Cloudant), but ibmcloudant is depending on `PyJWT<3.0.0,>=2.0.1`, which conflicts to Flask-Appbuilder’s `PyJWT<2.0.0,>=1.7.1`. So we need to unblock either pacakge somehow to make this work. ### What you expected to happen _No response_ ### How to reproduce _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
