Skip to content

Commit ad66e08

Browse files
Updated msgpack requirement to 1.0. (#197)
Co-authored-by: Carlton Gibson <[email protected]> Co-authored-by: Sigurd Ljødal <[email protected]>
1 parent 0c0fa36 commit ad66e08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Unreleased
2+
----------
3+
4+
* Updated msgpack requirement to `~=1.0`.
5+
6+
17
2.4.2 (2020-02-19)
28
------------------
39

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
python_requires=">=3.6",
3333
install_requires=[
3434
"aioredis~=1.0",
35-
"msgpack~=0.6.0",
35+
"msgpack~=1.0",
3636
"asgiref~=3.0",
3737
"channels~=2.2",
3838
],

0 commit comments

Comments
 (0)