Skip to content

Commit 280a89a

Browse files
paulschreiberlovelydinosaurkarpetrosyan
authored
Support newer versions of httpcore (#2885)
* Support newer versions of httpcore httpcore 1.0.0 was release October 6, 2023. * Update pyproject.toml * Update pyproject.toml Co-authored-by: Kar Petrosyan <[email protected]> * Update pyproject.toml Co-authored-by: Tom Christie <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Tom Christie <[email protected]> Co-authored-by: Kar Petrosyan <[email protected]>
1 parent 1b7f39e commit 280a89a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Added
1010

1111
* Add support for Python 3.12. (#2854)
12+
* Add support for httpcore 1.0 (#2885)
1213

1314
### Fixed
1415

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"certifi",
32-
"httpcore>=0.18.0,<0.19.0",
32+
"httpcore",
33+
"anyio",
3334
"idna",
3435
"sniffio",
3536
]

0 commit comments

Comments
 (0)