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

MultiError deprecation warnings from trio #119

Closed
Redoubts opened this issue Mar 8, 2023 · 0 comments · Fixed by #121
Closed

MultiError deprecation warnings from trio #119

Redoubts opened this issue Mar 8, 2023 · 0 comments · Fixed by #121

Comments

@Redoubts
Copy link
Member

Redoubts commented Mar 8, 2023

I'm starting to see warnings like

.../site-packages/trio_asyncio/_handles.py:131: 
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) 

In my code. Is there a way for trio_asyncio to get ahead of these so users don't see them at runtime?

python==3.8
trio==0.22.0
trio-asyncio==0.12.0
trio-util==0.7.0

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 a pull request may close this issue.

1 participant