Releases: rigetti/rpcq
Releases · rigetti/rpcq
v2.5.0
Vendor dataclasses and release version 2.5.0 (#56) * Vendor the dataclasses library in the external module * Update the python message binding generation code to use vendor * Update the python message bindings with some manual intervention * Perform dataclass vendor check in rpcq._base module * Modify requirements.txt and setup.py for dataclass vendoring * Bump version to 2.5.0
v2.4.1
Minor release: makes error handling in the Python Server object optional, so that exceptions raised by the Server itself or by its spawned Tasks can be caught by the Server's owner.