From 8b70dff5c491e3f2e8c79f65eb30ba03695867fa Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:15:28 +0000 Subject: [PATCH 1/2] chore(main): release 10.1.1 --- .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 1c369874..ef408f5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.0" + ".": "10.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4237e836..e08987ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.1.1](https://github.com/workos/workos-python/compare/v10.1.0...v10.1.1) (2026-08-04) + + +### Bug Fixes + +* bump cryptography to ~=50.0 for CVE-2026-69247 ([#707](https://github.com/workos/workos-python/issues/707)) ([d82226c](https://github.com/workos/workos-python/commit/d82226cca2cc5a5286a773c68a8c86ac415938c4)) + ## [10.1.0](https://github.com/workos/workos-python/compare/v10.0.1...v10.1.0) (2026-07-28) ### Miscellaneous Chores diff --git a/pyproject.toml b/pyproject.toml index 0312507d..906f03e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "10.1.0" +version = "10.1.1" description = "WorkOS Python Client" readme = "README.md" license = "MIT" From e7ed9e763f162c24ec570a79462003b744802477 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:15:44 +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 ca601436..1cf062a5 100644 --- a/uv.lock +++ b/uv.lock @@ -1324,7 +1324,7 @@ wheels = [ [[package]] name = "workos" -version = "10.1.0" +version = "10.1.1" source = { editable = "." } dependencies = [ { name = "cryptography" },