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 pinning #894

Open
fabaff opened this issue Nov 11, 2021 · 0 comments
Open

Remove pinning #894

fabaff opened this issue Nov 11, 2021 · 0 comments

Comments

@fabaff
Copy link

fabaff commented Nov 11, 2021

Please remove the pinning of dependencies. Distributions usually do not ship a specific version as other projects may depends on that dependency as well.

hug/setup.py

Line 99 in 8b5ac00

install_requires=["falcon==2.0.0", "requests"],

falcon==2.0.0 was released over 2.5 years ago while 3.0.0 is only 6 months old. It's unfortunate that falcon>=3 has breaking changes.

Thanks

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

1 participant