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

Switch to BaseExceptionGroup #10

Closed
macalinao opened this issue Aug 4, 2023 · 3 comments
Closed

Switch to BaseExceptionGroup #10

macalinao opened this issue Aug 4, 2023 · 3 comments

Comments

@macalinao
Copy link

I keep getting this warning in the console:

lib/python3.11/site-packages/quart_trio/app.py:165: TrioDeprecationWarning: trio.MultiError is deprecated since Trio 0.22.0; use BaseExceptionGroup (on Python 3.11 and later) or exceptiongroup.BaseExceptionGroup (earlier versions) instead (https://github.com/python-trio/trio/issues/2211)

Would appreciate a fix!

@Carreau
Copy link

Carreau commented Oct 2, 2023

This has been done as part of #6 I believe, but just not released yet.

@pgjones
Copy link
Owner

pgjones commented Oct 7, 2023

Released as 0.11.0

@pgjones pgjones closed this as completed Oct 7, 2023
@Carreau
Copy link

Carreau commented Oct 7, 2023

Thank you, your work is always much appreciated !

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

3 participants