Skip to content

Commit 76e5aff

Browse files
authored
Use lower bound for httpx (#920)
1 parent af52de6 commit 76e5aff

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
@@ -80,7 +80,7 @@ dependencies = [
8080
"protobuf",
8181
"pycountry",
8282
"fsspec>=2023.12.2",
83-
"httpx == 0.27.2",
83+
"httpx>=0.27.2",
8484
"latex2sympy2_extended==1.0.6",
8585
]
8686

0 commit comments

Comments
 (0)