Changed
- The `get_authorization_url` attribute now throws an exception when `redirect_uri` is not provided ([107](https://github.com/workos/workos-python/pull/107))
- This matches the upstream requirements of the WorkOS API
- The `list_connections` attribute now accepts a `ConnectionType` for the `connection_type` parameter ([112](https://github.com/workos/workos-python/pull/112))
- String values will continue to work, but are considered deprecated
Deprecated
- Deprecated passing string values as the `connection_type` parameter for `list_connections` ([112](https://github.com/workos/workos-python/pull/112))