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

Turn all MultiError occurrences into BaseExceptionGroup #6

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

vxgmichel
Copy link
Contributor

A starting point for issue #5.

@CoolCat467
Copy link
Contributor

If you add Closes #5 to the title github will automatically understand that this pull request will fix issue #5

@pgjones
Copy link
Owner

pgjones commented Apr 10, 2023

Looks good, thanks.

Comment on lines +68 to +69
trio = ">=0.19.0"
exceptiongroup = ">=1.0.0"
Copy link

@Zac-HD Zac-HD Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change actually requires Trio >= 0.22, which is when it converted over to ExceptionGroup upstream.

I'd also recommend depending on exceptiongroup >= 1.1.1; there are a lot of compatibility and bugfixes in that delta.

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 this pull request may close these issues.

4 participants