rigetti / rpcq

The RPC framework and message specification for @rigetti Quantum Cloud Services.
Apache License 2.0
76 stars 29 forks source link

Allow msgpack (0.6 <= v < 2.0) #156

Closed kalzoo closed 1 year ago

kalzoo commented 1 year ago

Thanks to @jamesclark-Zapata for the original change. This is long overdue - support for msgpack >= 1.0.

The strict_map_key kwarg was already supported as of v0.6.2, its default value just changed at v1.0. So, I've left 0.6.2 supported and just bumped the upper bound so that this isn't a breaking change and won't trade one set of incompatibilities for another. rpcq is on the way out from most production use cases shortly so this should be plenty of headroom to get it to EOL.