Sets zip_safe=False in setup.py so MyPy types will actually work
1.1.1
Fixing a bug where the PermissionsClient was incorrectly accessing os-core permissions endpoints as though they return list responses, when they are really detail responses.
1.1.0post1
Adds the PermissionsClient, which can be used inside or outside of OS Core to access its Permissions API.
Re-release to fix an issue uploading to PyPI because our README wouldn't render.
0.0.13
Changing behavior: ServiceClient now takes as a kwarg to init 'correlation_id_getter', and uses it to set the 'X-Correlation-Id' header on outbound requests.
This replaces old behavior which accepted correlation ids via kwarg to the _make_request() function.