Skip to content

Commit bd0cc5b

Browse files
Update httpcore requirement from <0.19.0,>=0.18.0 to >=0.18.0,<1.1.0
Updates the requirements on [httpcore](https://github.com/encode/httpcore) to permit the latest version. - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@0.18.0...1.0.0) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aea4870 commit bd0cc5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.18.0,<0.19.0",
32+
"httpcore>=0.18.0,<1.1.0",
3333
"idna",
3434
"sniffio",
3535
]

0 commit comments

Comments
 (0)