from anyio import ExceptionGroup
broken on master.
#519
-
Now that we depend on the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Given that the new exception group is completely API incompatible with the old one, I don't think it makes any sense to re-export that from |
Beta Was this translation helpful? Give feedback.
-
Thank you. That makes sense! |
Beta Was this translation helpful? Give feedback.
Given that the new exception group is completely API incompatible with the old one, I don't think it makes any sense to re-export that from
anyio.__init__
. Current master is the base for AnyIO 4.0 which comes with other breaking changes so you'll have to adjust your code anyway.