Runtime check to at least warn when cross-provider deps minimum versions are not met
Open
kind:meta
- Dominant language
- Python
- Stars
- 46.9k
- Forks
- 17.8k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 484
Description
### Body
When we have cross-provider dependencies, we often add "> min_version" there, but we do not have any way with PIP to enforce those (because these are optional dependencies). However, we could likely add a runtime check and warn in case non-compatible providers are installed together.
### Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Contributor guide
Assessment
This issue has not been assessed yet.