Ivan Karl

Results 3 comments of Ivan Karl

didn't work for me either (also installed it via homebrew)

Enum issue was solved for me by upgrading to xero-python==1.16.0 however note that this introduced different errors for UUID and None ```python from xero_python.api_client.serializer import serialize_model @serialize_model.register(UUID) def serialize_uuid_model(model): """Serializes...