lablup / raftify

Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36 stars 14 forks source link

Upgrade `PyO3` 0.21 #90

Open jopemachine opened 7 months ago

jopemachine commented 7 months ago

To upgrade to pyo3 version 0.21, we need to use pyo3-async-runtime instead of pyo3-asyncio since pyo3-asyncio is not actively maintained at the moment.

Ref: https://github.com/PyO3/pyo3-async-runtimes

jopemachine commented 19 hours ago

Now we need to upgrade to the new version of pyo3 along with pyo-async-runtimes.