Volue-Public / energy-mesh-python

A Python API able to communicate with Volue Energy's Mesh server.
Other
10 stars 0 forks source link

Adjust handling tags to changes in core.proto #405

Closed tnoczyns-volue closed 6 months ago

tnoczyns-volue commented 7 months ago

Adjust to proto changes that will be done in https://github.com/Volue/energy-mesh/issues/4911.

From Python SDK side the tags should still be a list of strings, what is changing is the way that data is read from gRPC Mesh server response.

The changes won't break the Python SDK API.