Skip to content

Commit

Permalink
Use httpcore PR
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Feb 13, 2023
1 parent 5a36037 commit 8afd29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httpx/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 8afd29a

Please sign in to comment.