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
V0.2.2 fix: webshare provider respects page param in search_params (#4)
fix: webshare provider respects `page` param in search_params
Previously, `list_proxies()` would ignore the `page` parameter and
fetch all available pages. Now fetches only the specified page when
`page` is provided. This also bumps pyproject.toml configurations
for poetry changes.
Fixes#3
0 commit comments