Skip to content

Commit 4da30de

Browse files
committed
fix: remove unused httpx dependency
httpx was accidentally added in #364 but is not used anywhere in the codebase. Removing it reduces our dependency count from 28 to 20 packages. Impact: - Removes 8 unnecessary packages (httpx + 7 transitive deps) - Reduces installation size by ~2MB - Keeps only the actually needed async dependencies
1 parent 82ba117 commit 4da30de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies = [
2929
"gunicorn>=22.0.0; platform_system!='Windows'",
3030
"cloudevents>=1.2.0,<=1.11.0", # Must support python 3.7
3131
"Werkzeug>=0.14,<4.0.0",
32-
"httpx>=0.24.1",
3332
"starlette>=0.37.0,<1.0.0; python_version>='3.8'",
3433
"uvicorn>=0.18.0,<1.0.0; python_version>='3.8'",
3534
"uvicorn-worker>=0.2.0,<1.0.0; python_version>='3.8'",

0 commit comments

Comments
 (0)