We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In python, if you have a version requirement such as pulp-smash>=1!0.12.0, dependabot will throw this error:
pulp-smash>=1!0.12.0
Illformed requirement [">=1!0.12.0"]
This is a perfectly valid version though according to PEP440. The 1! being the epoch segment.
1!
The text was updated successfully, but these errors were encountered:
We're running into this too because we use Astronomer's Airflow packages. Example for the GitHub provider package: https://pip.astronomer.io/simple/apache-airflow-providers-github/
Sorry, something went wrong.
We'll probably do a release in the coming day, so this will be fixed soon. Thanks for reporting and opening the PR!
jakecoffman
Successfully merging a pull request may close this issue.
In python, if you have a version requirement such as
pulp-smash>=1!0.12.0
, dependabot will throw this error:This is a perfectly valid version though according to PEP440. The
1!
being the epoch segment.The text was updated successfully, but these errors were encountered: