Skip to content

Commit a355a6e

Browse files
authored
⬆️ Relax httpx dependency (#61)
1 parent f59ddd7 commit a355a6e

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"typer >= 0.12.3",
3535
"uvicorn[standard] >= 0.15.0",
3636
"rignore >= 0.5.1",
37-
"httpx >= 0.27.0,< 0.28.0",
37+
"httpx >= 0.27.0",
3838
"rich-toolkit >= 0.14.5",
3939
"pydantic[email] >= 1.6.1",
4040
"sentry-sdk >= 2.20.0",

0 commit comments

Comments
 (0)