From 951ff972f2729ca019832fc6bb28256570cbf18d Mon Sep 17 00:00:00 2001 From: Roger Aiudi Date: Wed, 20 Dec 2023 13:11:06 -0500 Subject: [PATCH] Update required httpx version for v0.26 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 575575c..6eae4b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ include_package_data = True python_requires = >=3.7 packages = httpx_gssapi install_requires = - httpx>=0.16,<0.26 + httpx>=0.16,<0.27 gssapi [options.extras_require]