]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
📌 pin httpcore==1.* (#2937)
authorWenceslas Sanchez <85337624+wenceslas-sanchez@users.noreply.github.com>
Tue, 14 Nov 2023 07:51:48 +0000 (08:51 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 07:51:48 +0000 (11:51 +0400)
* ðŸ“Œ set httpcore>=1.0.0

* ðŸ“Œ set httpcore==1.*

pyproject.toml

index 75c5e7d90c1fafeef7e6eac52125f664c2844db7..d2f23b648c1f0ad81394bfe295d31c89131bf8f4 100644 (file)
@@ -29,7 +29,7 @@ classifiers = [
 ]
 dependencies = [
     "certifi",
-    "httpcore",
+    "httpcore==1.*",
     "anyio",
     "idna",
     "sniffio",