Uh oh!
There was an error while loading. Please reload this page.
Raise H11 version support for v.0.13 - #503
Conversation
fsecada01
commented
Feb 2, 2022
- Allows for concurrent installation with the latest Uvicorn version
- Drop support for Python v.3.6
Allow for h11 V. 013. Facilitates installation alongside latest version of Uvicorn.
Uh oh!
There was an error while loading. Please reload this page.
Alrighty - Not a big deal but needs a bit of tweaking so that we're still passing |
| zip_safe=False, | ||
| install_requires=[ | ||
| "h11>=0.11,<0.13", | ||
| "h11>=0.11,<=0.13", |
There was a problem hiding this comment.
| "h11>=0.11,<=0.13", | |
| "h11>=0.11,<0.14", |
It's rather unlikely that e.g. 0.13.1 will break anything.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
GalaxySnail
commented
Apr 9, 2022
I think it may not be a good idea to pin h11 under 0.14, it can cause unnecessary conflicts. See: https://hynek.me/articles/semver-will-not-save-you/ |