Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with trio >= 0.22.1 due to async_generator #85

Closed
touilleMan opened this issue Jul 4, 2023 · 0 comments · Fixed by #83
Closed

Incompatible with trio >= 0.22.1 due to async_generator #85

touilleMan opened this issue Jul 4, 2023 · 0 comments · Fixed by #83

Comments

@touilleMan
Copy link
Member

touilleMan commented Jul 4, 2023

see python-trio/trio@a58a58c

async_generator is no longer a dependency of trio, hence

import async_generator as _ag
causes an ImportError

VincentVanlaer added a commit to VincentVanlaer/trio-typing that referenced this issue Jul 21, 2023
VincentVanlaer added a commit to VincentVanlaer/trio-typing that referenced this issue Jul 21, 2023
VincentVanlaer added a commit to VincentVanlaer/trio-typing that referenced this issue Jul 21, 2023
VincentVanlaer added a commit to VincentVanlaer/trio-typing that referenced this issue Jul 21, 2023
VincentVanlaer added a commit to VincentVanlaer/trio-typing that referenced this issue Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant