python-trio / purerpc

Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio
Apache License 2.0
217 stars 15 forks source link

upgrade to anyio 3.x #33

Closed belm0 closed 2 years ago

belm0 commented 2 years ago

Upgrade to anyio 3.x API, which implies dropping Curio support.

Along the way:

Fixes #31