You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments