Skip to content

Commit

Permalink
Update required httpx version for v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
aiudirog committed Oct 13, 2021
1 parent bea6191 commit ef73b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
thriftpy2>=0.4.11
httpx>=0.16,<0.20
httpx>=0.16,<0.21
typing_extensions; python_version < '3.8'

pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include_package_data = True
packages = find:
install_requires =
thriftpy2>=0.4.11
httpx>=0.16,<0.20
httpx>=0.16,<0.21
typing_extensions; python_version < '3.8'
tests_require =
pytest
Expand Down

0 comments on commit ef73b5f

Please sign in to comment.