Skip to content

Commit

Permalink
Update multidict requirement to >= 4.5 (#4057)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Sep 14, 2019
1 parent 72c2acd commit f9c7b0a
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 @@ -78,7 +78,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 f9c7b0a

Please sign in to comment.