◐ Shell
clean mode source ↗

Tags · msgpack/msgpack-python

v1.2.1

Toggle v1.2.1's commit message

release v1.2.1 (#698)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
do not install cython as build dependency (#610)

User can not cythonize during `pip install msgpack`.
So remove cython from build dependency.

If user need to use another Cython, user should download sdist, unzip,
manually cythonize, and `pip install .`.