graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plans for a release >2.3.1

blazewicz opened this issue · comments

Are there any plans for a new release?

Some annoying typing issues where fixed since last release v2.3.1...master 4 months ago. For example, following error I'm getting with mypy==0.770 is already fixed, but awaits a release:

***: error: Argument "loop" to "AsyncioExecutor" has incompatible type "AbstractEventLoop"; expected "Optional[_UnixSelectorEventLoop]"

Version 2.3.2 with these fixes has been released now.