python-trio / trio-typing

Type hints for Trio and related projects
Other
27 stars 13 forks source link

Incompatible with `trio >= 0.22.1` due to `async_generator` #85

Closed touilleMan closed 11 months ago

touilleMan commented 1 year ago

see https://github.com/python-trio/trio/commit/a58a58c57f2c7015851c0510a7822c3b797ab71a

async_generator is no longer a dependency of trio, hence https://github.com/python-trio/trio-typing/blob/8c3677873c7fb43781bb40820c44d0ba1f3ebe25/trio_typing/__init__.py#L5 causes an ImportError