Open jopemachine opened 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.
pyo3-async-runtime
pyo3-asyncio
Ref: https://github.com/PyO3/pyo3-async-runtimes
Now we need to upgrade to the new version of pyo3 along with pyo-async-runtimes.
To upgrade to pyo3 version 0.21, we need to use
pyo3-async-runtime
instead ofpyo3-asyncio
sincepyo3-asyncio
is not actively maintained at the moment.Ref: https://github.com/PyO3/pyo3-async-runtimes