The Wayback Machine - https://web.archive.org/web/20210808201315/https://github.com/topics/asgi
Skip to content
#

ASGI

ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.

Here are 198 public repositories matching this topic...

leo6104
leo6104 commented Jun 17, 2021

In Python 3.8, typings doesn't support Annotated. I tried to use typing_extensions Annotated. But it doesn't work.

It has an error.

.../lib/python3.8/site-packages/graphql/type/definition.py", line 769, in fields
    raise TypeError(f"{self.name} fields cannot be resolved. {error}")

TypeError: Tag fields cannot be resolved. Unexpected type 'typing_extensions.Annotated[typing.Unio