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 0c0fa36 commit ad66e08Copy full SHA for ad66e08
CHANGELOG.txt
@@ -1,3 +1,9 @@
1
+Unreleased
2
+----------
3
+
4
+* Updated msgpack requirement to `~=1.0`.
5
6
7
2.4.2 (2020-02-19)
8
------------------
9
setup.py
@@ -32,7 +32,7 @@
32
python_requires=">=3.6",
33
install_requires=[
34
"aioredis~=1.0",
35
- "msgpack~=0.6.0",
+ "msgpack~=1.0",
36
"asgiref~=3.0",
37
"channels~=2.2",
38
],
0 commit comments