@asynccontextgenerator is available in the standard contextlib module from Python 3.7+, and available via package for 3.5 and 3.6.
This uses the package, but its not listed as a dependency. It would nice for it to be listed as one for specifically 3.5/6, via the python_version meta, with a corresponding check in the actual code to just use the std lib one if its available instead.
@asynccontextgeneratoris available in the standardcontextlibmodule from Python 3.7+, and available via package for 3.5 and 3.6.This uses the package, but its not listed as a dependency. It would nice for it to be listed as one for specifically 3.5/6, via the
python_versionmeta, with a corresponding check in the actual code to just use the std lib one if its available instead.