Skip to content

Commit 3e17e88

Browse files
committed
httpx>=0.28.1 && uv sync --upgrade
1 parent 8bee646 commit 3e17e88

File tree

2 files changed

+584
-528
lines changed

2 files changed

+584
-528
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ classifiers = [
1111
dependencies = [
1212
"beautifulsoup4>=4.12.3",
1313
"fake-useragent>=1.5.1",
14+
"httpx>=0.28.1",
1415
"imageio>=2.36.1",
1516
"keras>=3.7",
1617
"lxml>=5.3",
@@ -19,7 +20,6 @@ dependencies = [
1920
"opencv-python>=4.10.0.84",
2021
"pandas>=2.2.3",
2122
"pillow>=11",
22-
"requests>=2.32.3",
2323
"rich>=13.9.4",
2424
"scikit-learn>=1.5.2",
2525
"sphinx-pyproject>=0.3",
@@ -43,7 +43,7 @@ docs = [
4343
]
4444
euler-validate = [
4545
"numpy>=2.1.3",
46-
"requests>=2.32.3",
46+
"httpx>=0.28.1",
4747
]
4848

4949
[tool.ruff]

0 commit comments

Comments
 (0)