goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
271 stars 12 forks source link

Pin pre-0.22 bc exception groups break everything #334

Closed goodboy closed 2 years ago

goodboy commented 2 years ago

As per the ongoing work in #333 we are currently broken on latest trio due to the new ExceptionGroup changes / support in the stdlib and we need to avoid using 0.22 until that work is complete.