We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5ec67 commit eb14e83Copy full SHA for eb14e83
setup.py
@@ -9,7 +9,7 @@
9
from setuptools import setup
10
11
install_requires = [
12
- 'msgpack>=0.5.0',
+ 'msgpack>=1.0.0',
13
'greenlet>=3.0; python_implementation != "PyPy"',
14
'typing-extensions>=4.5; python_version < "3.12"',
15
]
0 commit comments