mark-carrington opened a new issue #18091: URL: https://github.com/apache/airflow/issues/18091
### Description Hi, I have a project which currently depends on apache-airflow 2.0.2, which is using Poetry for dependency management. I would like to add Sentry as a dependency, so I can use this for application performance monitoring on some non-Airflow code, which is also present in the repo. I don't seem to be able to install recent versions of Sentry alongside recent versions of apache-airflow (including 21.3) since apache-airflow requires pyjwt (<2), whereas recent Sentry versions want PyJWT (2.1.0). Given the popularity of Sentry, I wondered if you'd consider upgrading to using a more recent version of PyJWT? I'm not sure if it's direct or transitive dependency. This would be huge win for those who want to use these 2 packages together. Thanks Mark ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] 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]
