Skip to content
New issue

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

Remove flake8 upper constraint #104

Open
pawelad opened this issue Dec 7, 2022 · 3 comments
Open

Remove flake8 upper constraint #104

pawelad opened this issue Dec 7, 2022 · 3 comments

Comments

@pawelad
Copy link

pawelad commented Dec 7, 2022

Hi!

Is there any reason for the flake8 upper constraint?

flake8 = ">=3.8.4,<6"

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:

@pawelad
Copy link
Author

pawelad commented Dec 9, 2022

Related to #103, but I'd still vote to remove the <7 constraint from there.

@pietzschke
Copy link

+1 same situation with the new v7 version

@sevdog
Copy link

sevdog commented Oct 16, 2024

This should also be addressed after #134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants