python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Add `@overload` to `Connection.send()` #161

Closed Kludex closed 1 year ago

Kludex commented 1 year ago

I need this to not cast a lot of stuff on uvicorn. 🙏

Kludex commented 1 year ago

This pipeline fails because the format tooling (black) is not pinned.

zanieb commented 1 year ago

This pipeline fails because the format tooling (black) is not pinned.

https://github.com/python-hyper/h11/pull/162

sethmlarson commented 1 year ago

Can rebase this PR now.

Kludex commented 1 year ago

Can rebase this PR now.

Done! 🙏

EDIT: The issue on the pipeline seems related to sphinx.

Kludex commented 1 year ago

👋 👀

Kludex commented 1 year ago

Thanks @sethmlarson 🙏