Skip to content

Conversation

@gjtorikian
Copy link
Contributor

Description

Release the fix for #520.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@gjtorikian gjtorikian requested a review from a team as a code owner January 20, 2026 18:35
@gjtorikian gjtorikian requested a review from dandorman January 20, 2026 18:35
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 20, 2026

Greptile Summary

This PR bumps the version from 5.39.0 to 5.39.1 to release the fix from PR #520, which resolved a parameter naming issue in the Directory Sync API.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a straightforward version bump with only two files changed (version numbers in pyproject.toml and uv.lock). The actual fix being released is already merged and tested in the base branch. No code logic changes are introduced in this PR.
  • No files require special attention

Important Files Changed

Filename Overview
pyproject.toml Version bumped from 5.39.0 to 5.39.1 for patch release
uv.lock Lock file updated to reflect version 5.39.1

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Git as Git Repository
    participant PyPI as PyPI Registry
    participant User as SDK User

    Note over Dev,Git: Version Bump Process
    Dev->>Git: Merge PR #520 (param fix)
    Dev->>Git: Create PR #521
    Dev->>Git: Update pyproject.toml (5.39.0 → 5.39.1)
    Dev->>Git: Update uv.lock (5.39.0 → 5.39.1)
    Dev->>Git: Commit & merge to main
    Dev->>PyPI: Publish workos 5.39.1
    User->>PyPI: pip install workos==5.39.1
    PyPI-->>User: Install with param fix included
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@gjtorikian gjtorikian merged commit 3248f49 into main Jan 20, 2026
10 checks passed
@gjtorikian gjtorikian deleted the bump-version branch January 20, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants