Skip to content

Commit

Permalink
Merge 0666654 into bbb34ad
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Dec 11, 2019
2 parents bbb34ad + 0666654 commit c40a30e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog/4942.bugfix.rst
@@ -0,0 +1,2 @@
Pin ``multidict`` dependency to 4.6.1 to prevent sanic from breaking,
see https://github.com/huge-success/sanic/issues/1729
2 changes: 2 additions & 0 deletions requirements.txt
Expand Up @@ -41,6 +41,8 @@ terminaltables==3.1.0
sanic==19.9.0
sanic-cors==0.9.9.post1
sanic-jwt==1.3.2
# needed because of https://github.com/huge-success/sanic/issues/1729
multidict==4.6.1
aiohttp==3.5.4
questionary==1.1.1
python-socketio==4.3.1
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -73,6 +73,8 @@
"sanic~=19.9",
"sanic-cors==0.9.9.post1",
"sanic-jwt~=1.3",
# needed because of https://github.com/huge-success/sanic/issues/1729
"multidict==4.6.1",
"aiohttp~=3.5",
"questionary>=1.1.0",
"python-socketio>=4.3.1",
Expand Down

0 comments on commit c40a30e

Please sign in to comment.