Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing of development dependencies for airflow version (#43995)
The script to install development dependencies asumed development dependencies are always `>=` this might not be true in case we limit the depdencies to be < or provide other requirements for them. This PR fixes it by using "packaging.requirements.Requirement" to parse the specifier, which should handle all cases nicely.
- Loading branch information