uvicorn
uvicorn copied to clipboard
Add extra package version verification before running it
Check the version of packages that are not mandatory.
This causes issues that can have an infinity range of possible exceptions.
good idea
Based on all previous PRs, I think the question is:
- Do we want to add
setuptoolsas dependency? https://packaging.pypa.io/en/latest/version.html#packaging.version.parse
If yes, then we can easily implement and close this issue. If not, this will never be implemented.
Since I'm not willing to add setuptools to our dependencies... Bumping to the latest version is the way to go.