We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f7d3b commit 3f22aecCopy full SHA for 3f22aec
requirements.txt
@@ -1,4 +1,4 @@
1
-httpx>=0.16,<0.20
+httpx>=0.16,<0.21
2
gssapi
3
pytest
4
k5test
setup.cfg
@@ -24,7 +24,7 @@ include_package_data = True
24
python_requires = >=3.6
25
packages = httpx_gssapi
26
install_requires =
27
- httpx>=0.16,<0.20
+ httpx>=0.16,<0.21
28
29
tests_require =
30
0 commit comments