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

Require Trio 0.22 and switch from deprecated MultiError to ExceptionGroup #5

Closed
Zac-HD opened this issue Nov 7, 2022 · 1 comment
Closed

Comments

@Zac-HD
Copy link

Zac-HD commented Nov 7, 2022

Following python-trio/trio#2213, Trio 0.22 was released and MultiError is deprecated in favor of (Base)ExceptionGroup.

Updating to the latter is a pretty straightforward port, and avoids some deprecation warnings which can otherwise clutter up logs.

@pgjones
Copy link
Owner

pgjones commented Apr 10, 2023

Complete with #6.

@pgjones pgjones closed this as completed Apr 10, 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

No branches or pull requests

2 participants