Skip to content

Commit 8afd29a

Browse files
Use httpcore PR
1 parent 5a36037 commit 8afd29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

httpx/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import json as jsonlib
44
import typing
55
import urllib.request
6-
from contextlib import aclosing
76
from collections.abc import Mapping
7+
from contextlib import aclosing
88
from http.cookiejar import Cookie, CookieJar
99

1010
from ._content import ByteStream, UnattachedStream, encode_request, encode_response

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"certifi",
32-
"httpcore>=0.15.0,<0.17.0",
32+
"httpcore==git+https://github.com/encode/httpcore.git@bug/async-early-stream-break",
3333
"idna",
3434
"sniffio",
3535
]

0 commit comments

Comments
 (0)