Polyswarm-client

Latest version: v2.13.3

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

Scan your dependencies

Page 12 of 12

1.0rc3

Not secure
* **Fix** - function name corrections that were missed in rc2
* **Fix** - remove awaits added in rc2 that don't belong

1.0rc2

Not secure
* **Fix** - duplicate bounty event handing
* **Fix** - enhance log messages with more useful content
* **Feature** - allow overriding API key per request
* **Fix** - code cleanup and formatting; enhance events class to include block_number and txhash as function args

1.0rc1

Not secure
* **Fix** - corrected minimum python3 version

1.0rc0

Not secure
Leading up to our PolySwarm 1.0 release, we reset the numbering to 1.0 with release candidates.

* **Feature** - This is the first release published to PyPi.

0.2.0

* `AbstractArbiter.scan()` and `AbstractMicroengine.scan()` will now raise an exception if it
has not been overridden by a sub-class and the subclass did not provide a scanner to the constructor.
* `AbstractAmbassador.next_bounty()` will now raise an exception if not overridden by sub-class.

0.1.2

**Ambassadors**

from polyswarmclient.ambassador import Ambassador
class CustomAmbassador(Ambassador):
Ambassador implementation here


**Arbiters**

from polyswarmclient.arbiter import Arbiter
class CustomArbiter(Arbiter):
Arbiter implementation here


**Microengines**

from polyswarmclient.microengine import Microengine
class CustomMicroengine(Microengine):
Microengine implementation here

Page 12 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.