Skip to content

Commit

Permalink
Update required httpx version for v0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aiudirog committed Nov 15, 2021
1 parent ef73b5f commit 9bebbc6
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.21
httpx>=0.16,<0.22
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.21
httpx>=0.16,<0.22
typing_extensions; python_version < '3.8'
tests_require =
pytest
Expand Down

0 comments on commit 9bebbc6

Please sign in to comment.