Skip to content

Commit d1eb20e

Browse files
authored
Merge branch 'main' into resource-type-slug-support
2 parents 76c141a + 8018c57 commit d1eb20e

32 files changed

+4039
-119
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See GitHub's docs for more details:
22
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
33

4-
# Pythonistas Team
5-
* @workos/python
4+
# Pythonistas and DX Teams
5+
* @workos/python @workos/dx

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
pull-requests: read
1212

1313
jobs:
14-
main:
14+
lint_pr_title:
1515
name: Validate PR title
1616
runs-on: ubuntu-latest
1717
steps:

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [5.43.0](https://github.com/workos/workos-python/compare/v5.42.1...v5.43.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* update authorization module for fga ([#581](https://github.com/workos/workos-python/issues/581)) ([aa5f1d8](https://github.com/workos/workos-python/commit/aa5f1d8adf610a565f90ddb9b1fc346c83c4ae29))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove Coana workflow files ([#580](https://github.com/workos/workos-python/issues/580)) ([bb8d2f1](https://github.com/workos/workos-python/commit/bb8d2f1ba3a904383793426114d9ff93297d1658))
14+
* update renovate rules ([#572](https://github.com/workos/workos-python/issues/572)) ([401976b](https://github.com/workos/workos-python/commit/401976b79b0fe130c49435b72eb27de641635795))

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

0 commit comments

Comments
 (0)