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 3f22aec commit c0eb516Copy full SHA for c0eb516
requirements.txt
@@ -1,4 +1,4 @@
1
-httpx>=0.16,<0.21
+httpx>=0.16,<0.22
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.21
+ httpx>=0.16,<0.22
28
29
tests_require =
30
0 commit comments