Skip to content

Commit 6fa9045

Browse files
committed
chore: Bump required msgpack to version 1.0
Version 1.0 has been released in 2020.
1 parent 2c6ee7f commit 6fa9045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup
1010

1111
install_requires = [
12-
'msgpack>=0.5.0',
12+
'msgpack>=1.0.0',
1313
'greenlet>=3.0; python_implementation != "PyPy"',
1414
'typing-extensions>=4.5; python_version < "3.12"',
1515
]

0 commit comments

Comments
 (0)