Skip to content

Commit

Permalink
Pin down multidict (#6550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Jan 23, 2022
1 parent 6624f06 commit c08031b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/6550.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin multidict<6, due to possible regressions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include_package_data = True
install_requires =
attrs >= 17.3.0
charset-normalizer >=2.0, < 3.0
multidict >=4.5, < 7.0
multidict >=4.5, < 6.0
async_timeout >= 4.0.0a3, < 5.0
asynctest == 0.13.0; python_version<"3.8"
yarl >= 1.0, < 2.0
Expand Down

0 comments on commit c08031b

Please sign in to comment.