pallets / quart

An async Python micro framework for building web applications.
https://quart.palletsprojects.com
MIT License
3.01k stars 163 forks source link

Hypercorn 0.17.0 added a "state" key (about 6 months ago) to 3 TypedDicts (*) used by Quart in testing type hints. This causes 11 of the 21 type check errors. #376

Closed JamesParrott closed 16 hours ago

JamesParrott commented 16 hours ago

(*) HTTPScope, LifespanScope, WebsocketScope,

https://github.com/pgjones/hypercorn/blame/84d06b8cf47798d2df7722273341e720ec0ea102/src/hypercorn/typing.py#L58

davidism commented 16 hours ago

Please move this to #375. No need to open a new issue about each type failure, just put investigation in that thread.

JamesParrott commented 15 hours ago

Will do