Skip to content

Commit

Permalink
[3.6] Update multidict requirement to >= 4.5 (#4057)
Browse files Browse the repository at this point in the history
(cherry picked from commit f9c7b0a)

Co-authored-by: Andrew Svetlov <[email protected]>
  • Loading branch information
asvetlov committed Sep 14, 2019
1 parent ce8687f commit 992f7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/4057.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update multidict requirement to >= 4.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def build_extension(self, ext):
install_requires = [
'attrs>=17.3.0',
'chardet>=2.0,<4.0',
'multidict>=4.0,<5.0',
'multidict>=4.5,<5.0',
'async_timeout>=3.0,<4.0',
'yarl>=1.0,<2.0',
'idna-ssl>=1.0; python_version<"3.7"',
Expand Down

0 comments on commit 992f7ad

Please sign in to comment.