Commit 4da30de
committed
fix: remove unused httpx dependency
httpx was accidentally added in GoogleCloudPlatform#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 dependencies1 parent 82ba117 commit 4da30de
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments