Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 08140b1

Browse files
author
Philip de Nier
authored
Merge pull request #9 from bbc/philipn-pin-yarl
Pin yarl before 1.6.0 to keep query string escaping working
2 parents ef6e898 + 4a27cf1 commit 08140b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constraints.txt

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ s3transfer>=0.3.0,<0.4.0
2323
# Requirements due to sanic
2424
httpx==0.9.3
2525
sanic==19.12.2
26+
27+
# yarl 1.6.0 does not unescape query strings like 1.5.1 does
28+
yarl<1.6.0

0 commit comments

Comments
 (0)