Skip to content

Conversation

@birdcar
Copy link
Contributor

@birdcar birdcar commented Jan 13, 2026

Description

Release 5.38.1

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.

@birdcar birdcar requested a review from gjtorikian January 13, 2026 21:03
@birdcar birdcar self-assigned this Jan 13, 2026
@birdcar birdcar requested a review from a team as a code owner January 13, 2026 21:03
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 13, 2026

Greptile Summary

Patch release 5.38.1 that includes the bug fix from PR #512 which corrected parameters for list_groups and list_users methods in the directory sync module.

  • Version bumped from 5.38.0 to 5.38.1 in pyproject.toml
  • Lock file uv.lock updated accordingly
  • No code changes, only version metadata updates
  • Note: Commit message incorrectly states "5.31.1" instead of "5.38.1"

Confidence Score: 5/5

  • Safe to merge - routine patch version bump with no code changes
  • This is a standard version bump PR with no actual code modifications, only metadata updates in version fields. The changes are minimal, straightforward, and carry no risk.
  • No files require special attention

Important Files Changed

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

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as Repository
    participant PyPI as PyPI Registry
    participant Users as SDK Users

    Dev->>Repo: Merge PR #512 (fix list_groups/list_users params)
    Dev->>Repo: Update pyproject.toml (5.38.0 → 5.38.1)
    Dev->>Repo: Update uv.lock (5.38.0 → 5.38.1)
    Dev->>Repo: Commit & push changes
    Repo->>Repo: Run CI/CD pipeline
    Repo->>PyPI: Publish workos 5.38.1
    Users->>PyPI: pip install workos==5.38.1
    PyPI->>Users: Deliver patched SDK
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 36ad867 into main Jan 13, 2026
10 checks passed
@gjtorikian gjtorikian deleted the birdcar/release-5.38.1 branch January 13, 2026 21:06
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