Skip to content

Commit 3f22aec

Browse files
committed
Update required httpx version for v0.20
1 parent c7f7d3b commit 3f22aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
httpx>=0.16,<0.20
1+
httpx>=0.16,<0.21
22
gssapi
33
pytest
44
k5test

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include_package_data = True
2424
python_requires = >=3.6
2525
packages = httpx_gssapi
2626
install_requires =
27-
httpx>=0.16,<0.20
27+
httpx>=0.16,<0.21
2828
gssapi
2929
tests_require =
3030
pytest

0 commit comments

Comments
 (0)