Skip to content

Commit

Permalink
Bump pinning httptools 0.2.0 (encode#1243)
Browse files Browse the repository at this point in the history
* remove upper bound on httptools pinning to enable cp3.10 wheels

* add new upper bound on httptools to avoid breaking changes

Co-authored-by: quantumtec <[email protected]>
  • Loading branch information
quantumtec and quantumtec authored Nov 8, 2021
1 parent a7d26bb commit 749723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_packages(package):
extra_requirements = [
"websockets>=9.1; " + env_marker_below_37,
"websockets>=10.0; " + env_marker_gte_37,
"httptools==0.2.*",
"httptools>=0.2.0,<0.4.0",
"uvloop>=0.14.0,!=0.15.0,!=0.15.1; " + env_marker_cpython,
"colorama>=0.4;" + env_marker_win,
"watchgod>=0.6",
Expand Down

0 comments on commit 749723d

Please sign in to comment.