hugapi / hug

Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove pinning

fabaff opened this issue · comments

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