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
flake8
Hi!
Is there any reason for the flake8 upper constraint?
flake8-django/pyproject.toml
Line 27 in 808284f
Version 6 of flake8 was recently released (https://flake8.pycqa.org/en/latest/release-notes/6.0.0.html) but I can't upgrade because of this upper constraint.
Here are some helpful articles that (among other things) lay out why packages shouldn't provide upper version constraints of it's dependencies:
The text was updated successfully, but these errors were encountered:
Related to #103, but I'd still vote to remove the <7 constraint from there.
<7
Sorry, something went wrong.
+1 same situation with the new v7 version
PyPi
This should also be addressed after #134
No branches or pull requests
Hi!
Is there any reason for the
flake8
upper constraint?flake8-django/pyproject.toml
Line 27 in 808284f
Version 6 of
flake8
was recently released (https://flake8.pycqa.org/en/latest/release-notes/6.0.0.html) but I can't upgrade because of this upper constraint.Here are some helpful articles that (among other things) lay out why packages shouldn't provide upper version constraints of it's dependencies:
The text was updated successfully, but these errors were encountered: