-
Notifications
You must be signed in to change notification settings - Fork 48
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
Dependency freezing #128
Comments
Good catch, and thanks a lot for reporting! That said, it seems this should be resolved easily by changing |
Hi @aspiers , I am sorry but I still prefer freezing the dep versions for better maintainability, so I am not able to submit a PR for such change.. |
I'm fine with freezing versions, but freezing on a pygit2 version which is already broken by newer releases would mean that no other upgrade is possible until the |
I encountered such error today:
And after some debug I think it's related to the new release of pygit2, which removed
hex
method in its newer versions, ref: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md I resolved this by installing version 1.10.1I also encountered this issue: #110 ,which was caused my Werkzeug version is too new and I had to install version 2.0.3 to resolve it
I checked the requirements.txt and found it only has a lower version limit, while I think an upper version limit might be necessary.
The text was updated successfully, but these errors were encountered: