Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This avoids a deprecation error when using anyio/trio: ``` trio.TrioDeprecationWarning: trio.MultiError is deprecated since Trio 0.22.0; use BaseExceptionGroup (on Python 3.11 and later) or exceptiongroup.BaseExceptionGroup (earlier versions) instead (python-trio/trio#2211) ``` This "proper" fix depends on a new release of anyio
- Loading branch information