Skip to content

Commit af51909

Browse files
chore(main): release 10.1.0
1 parent 1889026 commit af51909

3 files changed

Lines changed: 20 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+
".": "10.1.0"
33
}

CHANGELOG.md

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

3+
## [10.1.0](https://github.com/workos/workos-python/compare/v10.0.1...v10.1.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+
16+
17+
### Miscellaneous Chores
18+
19+
* release 10.1.0 ([1889026](https://github.com/workos/workos-python/commit/1889026b2ed71a75f4036a54ac20dcc69ee77bfd))
20+
321
## [10.0.1](https://github.com/workos/workos-python/compare/v10.0.0...v10.0.1) (2026-07-27)
422

523

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 = "10.1.0"
44
description = "WorkOS Python Client"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)