hugapi / hug

Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
MIT License
6.86k stars 388 forks source link

Remove pinning #894

Open fabaff opened 2 years ago

fabaff commented 2 years ago

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

https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/setup.py#L99

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