]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Use httpcore PR bug/async-early-stream-break 2587/head
authorflorimondmanca <florimond.manca@protonmail.com>
Mon, 13 Feb 2023 00:02:58 +0000 (01:02 +0100)
committerflorimondmanca <florimond.manca@protonmail.com>
Mon, 13 Feb 2023 00:15:59 +0000 (01:15 +0100)
httpx/_models.py
pyproject.toml

index f3cc00616a8d9715fc63b2d44222bfed2b6dc614..f6fe5a172f74d321cc4c894d0dfa4963aef2196f 100644 (file)
@@ -3,8 +3,8 @@ import email.message
 import json as jsonlib
 import typing
 import urllib.request
-from contextlib import aclosing
 from collections.abc import Mapping
+from contextlib import aclosing
 from http.cookiejar import Cookie, CookieJar
 
 from ._content import ByteStream, UnattachedStream, encode_request, encode_response
index b11c02825ba479682dea668b03fc40b130f650fd..b7cc224f789da003203e6a72ea10358aaf3ddc4b 100644 (file)
@@ -29,7 +29,7 @@ classifiers = [
 ]
 dependencies = [
     "certifi",
-    "httpcore>=0.15.0,<0.17.0",
+    "httpcore==git+https://github.com/encode/httpcore.git@bug/async-early-stream-break",
     "idna",
     "sniffio",
 ]