Skip to content

Commit 7ab455f

Browse files
committed
update CHANGELOG
1 parent d7af469 commit 7ab455f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
## [6.0.0](https://github.com/workos/workos-python/compare/v5.46.0...v6.0.0) (2026-04-13)
44

55

6-
### ⚠ BREAKING CHANGES
6+
### Top-level notices
77

8-
* release new version of Python SDK library ([#599](https://github.com/workos/workos-python/issues/599))
8+
- v6 is a breaking release and now requires Python 3.10 or newer.
9+
- The SDK now uses generated sync and async clients with top-level imports from `workos`.
10+
- `client.portal` has been renamed to `client.admin_portal`, and `client.fga` is not available in v6.
911

10-
### Features
12+
### What's changed
13+
14+
- Rebuilt the Python SDK around a generated client/runtime with updated request handling, pagination, typed models, and error surfaces.
15+
- Reorganized package exports and service modules to support the new v6 client shape across the SDK.
16+
- Added release validation coverage, including package smoke tests and the runtime dependency updates needed for packaged installs.
1117

12-
* release new version of Python SDK library ([#599](https://github.com/workos/workos-python/issues/599)) ([9aaec74](https://github.com/workos/workos-python/commit/9aaec749b8646ecb5cea095f96ee701fcb2f71f7))
18+
See the [V6 migration guide](docs/V6_MIGRATION_GUIDE.md) before upgrading from v5.
1319

1420
## [5.46.0](https://github.com/workos/workos-python/compare/v5.45.0...v5.46.0) (2026-03-16)
1521

0 commit comments

Comments
 (0)