Skip to content

Commit 5d8227b

Browse files
chore(main): release 11.0.0
1 parent dae8afd commit 5d8227b

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.0.1"
2+
".": "11.0.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [11.0.0](https://github.com/workos/workos-python/compare/v10.0.1...v11.0.0) (2026-07-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **sso:** SDK surface change: Parameter type changed for "request_options" on "SSO.authorize_logout" ([#704](https://github.com/workos/workos-python/issues/704))
9+
10+
### Features
11+
12+
* **pipes:** SDK surface change: Parameter type changed for "organization_id" on "Pipes.authorize_data_integration" ([#702](https://github.com/workos/workos-python/issues/702)) ([826ad56](https://github.com/workos/workos-python/commit/826ad56eba9bb292e48613c3c4b157327aed5cd7))
13+
* **sso:** SDK surface change: Parameter type changed for "request_options" on "SSO.authorize_logout" ([#704](https://github.com/workos/workos-python/issues/704)) ([dae8afd](https://github.com/workos/workos-python/commit/dae8afd8a7d49432363ebd21abc979db3068b8f4))
14+
* **user_management:** SDK surface change: Parameter type changed for "request_options" on "UserManagement.accept_invitation" ([#702](https://github.com/workos/workos-python/issues/702)) ([826ad56](https://github.com/workos/workos-python/commit/826ad56eba9bb292e48613c3c4b157327aed5cd7))
15+
316
## [10.0.1](https://github.com/workos/workos-python/compare/v10.0.0...v10.0.1) (2026-07-27)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "workos"
3-
version = "10.0.1"
3+
version = "11.0.0"
44
description = "WorkOS Python Client"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)