Skip to content

Commit

Permalink
chore: Bump required msgpack to version 1.0
Browse files Browse the repository at this point in the history
Version 1.0 has been released in 2020.
  • Loading branch information
cryptomilk committed Jan 10, 2025
1 parent 9c5ec67 commit eb14e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup

install_requires = [
'msgpack>=0.5.0',
'msgpack>=1.0.0',
'greenlet>=3.0; python_implementation != "PyPy"',
'typing-extensions>=4.5; python_version < "3.12"',
]
Expand Down

0 comments on commit eb14e83

Please sign in to comment.