From 4b9280e914a0a2a7297d95a19806cd0d8ac22853 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:57:02 +0000 Subject: [PATCH 1/2] chore(main): release 5.45.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b6edec6..633fb4ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.44.0" + ".": "5.45.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32856299..1b19254c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.45.0](https://github.com/workos/workos-python/compare/v5.44.0...v5.45.0) (2026-03-09) + + +### Features + +* return organization_name on OrganizationMembership ([#574](https://github.com/workos/workos-python/issues/574)) ([dae4dab](https://github.com/workos/workos-python/commit/dae4daba638660be13b6fd8bcaff03ce63ed6f00)) + + +### Bug Fixes + +* list_client_secrets returns raw list, not paginated response ([#586](https://github.com/workos/workos-python/issues/586)) ([ccc8cd5](https://github.com/workos/workos-python/commit/ccc8cd5f82802cdd275d8fab06390747b33544cd)) + ## [5.44.0](https://github.com/workos/workos-python/compare/v5.43.0...v5.44.0) (2026-03-06) diff --git a/pyproject.toml b/pyproject.toml index a53290b6..6a2d9e2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "5.44.0" +version = "5.45.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" From 1a56d0558b3fb71bf88fe4a5c501ac0035cfe01d Mon Sep 17 00:00:00 2001 From: "workos-bot[bot]" Date: Mon, 9 Mar 2026 19:57:06 +0000 Subject: [PATCH 2/2] chore: update uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index ae65c3c0..06dbf55a 100644 --- a/uv.lock +++ b/uv.lock @@ -1475,7 +1475,7 @@ wheels = [ [[package]] name = "workos" -version = "5.44.0" +version = "5.45.0" source = { editable = "." } dependencies = [ { name = "cryptography" },