-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Closed
Labels
area:dependenciesIssues related to dependencies problemsIssues related to dependencies problemsarea:providersgood first issueprovider:cloudant
Description
Apache Airflow Provider(s)
cloudant
Apache Airflow version
main (development)
What happened
The IBM Cloudant API client we’re currently using, cloudant (aka python-cloudant), reached EOL last December. The authors recommend switching to 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.
See also dpgaspar/Flask-AppBuilder#1691
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:dependenciesIssues related to dependencies problemsIssues related to dependencies problemsarea:providersgood first issueprovider:cloudant