From 11fd7b09d0853f74dc7d43d8e1d19165631ca251 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:59:56 +0000 Subject: [PATCH 1/3] chore(main): release 8.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f59c11ca..8d48393b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.2.0" + ".": "8.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 831e1bc8..387bca6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.3.0](https://github.com/workos/workos-python/compare/v8.2.0...v8.3.0) (2026-06-30) + + +### Features + +* **generated:** OrganizationMembership (batch 4a353f07) ([#676](https://github.com/workos/workos-python/issues/676)) ([7622533](https://github.com/workos/workos-python/commit/762253326d019350c597c7bbb313256d267817ec)) + ## [8.2.0](https://github.com/workos/workos-python/compare/v8.1.0...v8.2.0) (2026-06-18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7ee7cb47..f4243cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "8.2.0" +version = "8.3.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" From 2912197ee5c3e79c17c4222ad1d526d8d1a13c9c Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:00:09 +0000 Subject: [PATCH 2/3] chore: update uv.lock --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index a0e955dc..bcf45b99 100644 --- a/uv.lock +++ b/uv.lock @@ -594,7 +594,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -1327,7 +1327,7 @@ wheels = [ [[package]] name = "workos" -version = "8.2.0" +version = "8.3.0" source = { editable = "." } dependencies = [ { name = "cryptography" }, From 3c6d0af12096a8cbc60190b00a4324c5ed604afd Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:00:10 +0000 Subject: [PATCH 3/3] chore: inline release notes from .changelog-pending --- ...25T20-30-47-053f61e91f935b7602605a97e69c6db058ecabed.md | 5 ----- CHANGELOG.md | 7 ++++--- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .changelog-pending/2026-06-25T20-30-47-053f61e91f935b7602605a97e69c6db058ecabed.md diff --git a/.changelog-pending/2026-06-25T20-30-47-053f61e91f935b7602605a97e69c6db058ecabed.md b/.changelog-pending/2026-06-25T20-30-47-053f61e91f935b7602605a97e69c6db058ecabed.md deleted file mode 100644 index edb16e06..00000000 --- a/.changelog-pending/2026-06-25T20-30-47-053f61e91f935b7602605a97e69c6db058ecabed.md +++ /dev/null @@ -1,5 +0,0 @@ -* [#676](https://github.com/workos/workos-python/pull/676) fix(generated): regenerate from spec - - **Fixes** - * **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**: - * Added `roles` to organization membership models diff --git a/CHANGELOG.md b/CHANGELOG.md index 387bca6b..2440d189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [8.3.0](https://github.com/workos/workos-python/compare/v8.2.0...v8.3.0) (2026-06-30) +* [#676](https://github.com/workos/workos-python/pull/676) fix(generated): regenerate from spec -### Features - -* **generated:** OrganizationMembership (batch 4a353f07) ([#676](https://github.com/workos/workos-python/issues/676)) ([7622533](https://github.com/workos/workos-python/commit/762253326d019350c597c7bbb313256d267817ec)) + **Fixes** + * **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**: + * Added `roles` to organization membership models ## [8.2.0](https://github.com/workos/workos-python/compare/v8.1.0...v8.2.0) (2026-06-18)