From b39a1c383b744d3cacad2ca6a1701b691551a3b2 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:29:50 +0000 Subject: [PATCH 1/2] chore(main): release 6.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ace9152..e1e352c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa1096d..b2e8b991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.2.0](https://github.com/workos/workos-python/compare/v6.1.0...v6.2.0) (2026-05-01) + + +### Features + +* add `get_jwks_url` helper to UserManagement ([#644](https://github.com/workos/workos-python/issues/644)) ([53134d3](https://github.com/workos/workos-python/commit/53134d32f168dd0da606672125e8cdd221832761)) +* **generated:** use explicit re-export form in service __init__.py ([#645](https://github.com/workos/workos-python/issues/645)) ([7ecb2e9](https://github.com/workos/workos-python/commit/7ecb2e9fafa030afdf27061b2b45f9d59fe2e900)) + + +### Bug Fixes + +* set canonical User-Agent header format ([#643](https://github.com/workos/workos-python/issues/643)) ([f9cf9a1](https://github.com/workos/workos-python/commit/f9cf9a1240556c31a0d028e74a255704d2e88380)) + ## [6.1.0](https://github.com/workos/workos-python/compare/v6.0.8...v6.1.0) (2026-04-28) diff --git a/pyproject.toml b/pyproject.toml index 1fa8850a..d09fccea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "6.1.0" +version = "6.2.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" From 5c38b9528a930e968ed6d876be8ef37d6af5ac5a Mon Sep 17 00:00:00 2001 From: "workos-bot[bot]" Date: Fri, 1 May 2026 17:29:56 +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 8e666e58..3510d8a2 100644 --- a/uv.lock +++ b/uv.lock @@ -705,7 +705,7 @@ wheels = [ [[package]] name = "workos" -version = "6.1.0" +version = "6.2.0" source = { editable = "." } dependencies = [ { name = "cryptography" },