Skip to content

Commit

Permalink
Downgraded httpx to fix pytests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarini committed Feb 5, 2025
1 parent 055de7e commit dbcb55b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dev = [
"ruff>=0.8.0",
"pre-commit>=4.0.1",
"shellcheck-py>=0.10.0.1",
"httpx>=0.28.1",
"httpx==0.24.0",
]
docs = [
"mkdocs-material"
Expand Down
18 changes: 10 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbcb55b

Please sign in to comment.