* 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 <92274156+karpetrosyan@users.noreply.github.com>
* Update pyproject.toml
Co-authored-by: Tom Christie <tom@tomchristie.com>
* Update CHANGELOG.md
---------
Co-authored-by: Tom Christie <tom@tomchristie.com>
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
### Added
* Add support for Python 3.12. (#2854)
+* Add support for httpcore 1.0 (#2885)
### Fixed
]
dependencies = [
"certifi",
- "httpcore>=0.18.0,<0.19.0",
+ "httpcore",
+ "anyio",
"idna",
"sniffio",
]