-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update python dependencies (or relax constraints)? #388
Comments
Thanks for the fast reply. Nice to see that someone is already working on parts of it. I'll subscribe to #364 and watch the developments. |
Of particular annoyance by today's usual versions:
see also: #404 |
I don’t see the issue with Pinning the minor version for |
We don’t even need the two anymore – removed in #591. AFAIS all constraints mentioned in this issue have been removed or relaxed, so I’m closing it. Please open separate issues or PRs if you want to update other dependencies. |
When trying to package this, I came across the version constraints for the dependencies:
https://github.com/Nitrokey/pynitrokey/blob/master/pyproject.toml#L22
~= 2.7.0
<37
)>=3.17.3, < 4.0.0
<1.8.0
Is there any reason for staying with older releases (other than time constraints that every project suffers from)?
Not sure if the tests are catching errors that might come from newer versions of the dependencies (and I know this is hard to guess up front).
The text was updated successfully, but these errors were encountered: