laiyongtao / aio_nameko_proxy

A standalone nameko rpc proxy for asyncio and some wrappers for using nameko rpc proxy with asynchronous web frameworks(Sanic, fastapi).
Apache License 2.0
18 stars 13 forks source link

Update nameko to 2.13.0 #5

Open bobh66 opened 3 years ago

bobh66 commented 3 years ago

Nameko has released 2.13.0 so it would be helpful to have aio_nameko_proxy work with the latest (pre-3.0) nameko.

Also nameko-2.13.0 fixes a compatibility issue with the latest pytest releases.