Breaking Changes
- `sso.get_profile` has been renamed to `sso.get_profile_and_token` ([67](https://github.com/workos/workos-python/pull/67))
- The return type has also been changed from `Profile` to `ProfileAndToken`
- Organization operations have been moved from the `portal` namespace to `organizations` ([68](https://github.com/workos/workos-python/pull/68))
- `portal.list_organizations` → `organizations.list_organizations`
- `portal.create_organization` → `organizations.create_organization`
- `sso.create_connection` and `sso.promote_draft_connection` have been removed ([69](https://github.com/workos/workos-python/pull/69))
Removed Deprecations
- The deprecated `project_id` parameter has been fully removed. The `client_id` parameter should be used instead ([66](https://github.com/workos/workos-python/pull/66))