Skip to content

Commit a581ca4

Browse files
committed
fix httpx backend test warning by updating to httpx2
1 parent d03ff0e commit a581ca4

2 files changed

Lines changed: 24 additions & 23 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ dependencies = [
1313

1414
[dependency-groups]
1515
dev = [
16-
"httpx>=0.27.0",
1716
"pytest>=8.3.0",
1817
"pytest-asyncio>=0.24.0",
1918
"mypy>=1.11.0",
2019
"ruff>=0.6.0",
2120
"pandas-stubs>=3.0.3.260530",
21+
"httpx2>=2.5.0",
2222
]
2323

2424
[tool.ruff]

backend/uv.lock

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)