Skip to content

Commit bd898d3

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] <[email protected]>
1 parent 05937f4 commit bd898d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)