mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
Raise major version limit for msgpack (#8466)
This commit is contained in:
@@ -69,4 +69,4 @@ def serialize(obj) -> bytes:
|
||||
|
||||
def deserialize(data: bytes):
|
||||
"""Deserialize the binary data serialized by `PythonGateway`"""
|
||||
return msgpack.unpackb(data, raw=False)
|
||||
return msgpack.unpackb(data, raw=False, strict_map_key=False)
|
||||
|
||||
Reference in New Issue
Block a user