Polyswarm-client

Latest version: v2.13.3

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 12

2.11.0

Not secure
* **Feature** - Add RedisRateLimit class for finer grained rate limits from days down to seconds.

2.10.3

Not secure
* **Feature** - Add env variable controls for LOG_LEVEL and LOG_FORMAT

2.10.2

Not secure
* **Feature** - Add time ratio results in redis for scaling producer/worker configurations

2.10.1

Not secure
* **Fix** - Add `--allow-key-over-http` in `Worker`

2.10.0

Not secure
* **Feature** - Add `--allow-key-over-http` flag to force api keys over http
* **Feature** - Change `--insecure-transport` to only change default scheme if not supplied in `--polyswarmd-addr`

Deprecation

1. The ``--insecure-transport` flag is deprecated, and users should provide scheme with `--polyswarmd-addr`

2.9.0

Not secure
* **Feature** - Add `DAILY_RATE_LIMIT` worker option to enforce a daily rate limit across workers via redis.
* **Feature** - Add `teardown()` to `AbstractScanner` for cleanup operations.
* **Feature** - Add `__aenter_()` and `__aexit__` to `AbstractScanner` for easy setup and teardown with an async context manager.
* **Feature** - Add `get_executor()` function for `ScanMode.SYNC` so `AbstractScanner` implementations can override with their preferred `Executor`.
* **Fix** - Fix silent crash by reading `JobResponse` objects from redis in a single task, instead of one per job.
* **Fix** - Use a single redis pool for `RedisDailyRateLimit`, `Producer`, etc.
* **Fix** - Reset backoff duration when websocket reconnects to `polyswarmd`.

AbstractScanner Context Manager

AbstractScanner can have the `setup()` and `teardown()` lifecycle methods managed through a context manager.
This is used in `Worker`, and is very helpful for cleanup in tests.

python

class Scanner(AbstractScanner):
pass

async with Scanner() as scanner:
scanner.scan(...)

Page 3 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.