Skip to content

Commit 030d834

Browse files
authored
Update httpcore dependency to allow any 1.x version
1 parent 983e47e commit 030d834

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==1.0.8",
32+
"httpcore==1.*",
3333
"anyio",
3434
"idna",
3535
]

0 commit comments

Comments
 (0)