Skip to content

Commit 1379868

Browse files
chore(main): release 10.0.1
1 parent 93c4fa4 commit 1379868

3 files changed

Lines changed: 14 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.0"
2+
".": "10.0.1"
33
}

CHANGELOG.md

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

3+
## [10.0.1](https://github.com/workos/workos-python/compare/v10.0.0...v10.0.1) (2026-07-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **user_management:** honor client_id in PKCE authorization URL ([#701](https://github.com/workos/workos-python/issues/701)) ([93c4fa4](https://github.com/workos/workos-python/commit/93c4fa4f732a6be29a68aa16a02ddd1cc3bf74ea))
9+
10+
11+
### Documentation
12+
13+
* add agent context for oagen-generated code ([d94f9f8](https://github.com/workos/workos-python/commit/d94f9f87cecbaa4cfe2da6c55ff569d40d5c19e4))
14+
315
## [10.0.0](https://github.com/workos/workos-python/compare/v9.1.0...v10.0.0) (2026-07-22)
416

517
### Features

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.0"
3+
version = "10.0.1"
44
description = "WorkOS Python Client"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)