Skip to content

Commit

Permalink
[batch] require YARL <1.6.0 which avoids bug (#9518)
Browse files Browse the repository at this point in the history
Related issues in upstream projects:

- YARL issue: aio-libs/yarl#509
- aiohttp issue: aio-libs/aiohttp#4972
  • Loading branch information
danking authored Sep 28, 2020
1 parent 56ccdd7 commit fe31a94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ urllib3==1.24.3
uvloop==0.14.0
Werkzeug==0.15.4
wheel>=0.31.0
# yarl 1.6.0 broke query string parsing in aiohttp 3.6.[012] https://github.com/aio-libs/aiohttp/issues/4972#issuecomment-700290809
yarl<1.6.0
zulip==0.6.3

0 comments on commit fe31a94

Please sign in to comment.