pgjones / quart-trio

Quart-Trio is an extension for Quart to support the Trio event loop.
MIT License
20 stars 9 forks source link

Switch to BaseExceptionGroup #10

Closed macalinao closed 11 months ago

macalinao commented 1 year ago

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 commented 11 months ago

This has been done as part of https://github.com/pgjones/quart-trio/pull/6 I believe, but just not released yet.

pgjones commented 11 months ago

Released as 0.11.0

Carreau commented 11 months ago

Thank you, your work is always much appreciated !