Skip to content

Conversation

@nicknisi
Copy link
Member

@nicknisi nicknisi commented Jan 15, 2026

Description

This pull request makes a minor update to the project version in pyproject.toml, incrementing it from 5.38.1 to 5.39.0.

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.

@nicknisi nicknisi requested a review from a team as a code owner January 15, 2026 15:42
@nicknisi nicknisi requested a review from csrbarber January 15, 2026 15:42
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 15, 2026

Greptile Summary

This PR increments the package version from 5.38.1 to 5.38.2 in both pyproject.toml and the lock file.

  • Version updated in pyproject.toml and uv.lock
  • This is a standard patch version bump, likely to publish recent changes (PR Add nox and nox-uv for DX testing improvements #516 added nox testing improvements)
  • No code changes, security concerns, or custom rule violations

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Version bump only with no code changes - automatically generated lock file update is correct
  • No files require special attention

Important Files Changed

Filename Overview
pyproject.toml Version bumped from 5.38.1 to 5.38.2
uv.lock Lock file automatically updated to reflect new version

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PY as pyproject.toml
    participant UV as uv.lock
    participant PKG as Package Registry

    Dev->>PY: Update version 5.38.1 → 5.38.2
    Dev->>UV: Run uv lock to sync
    UV->>UV: Update workos version metadata
    Note over PY,UV: Version synchronized across files
    Dev->>PKG: Ready for publishing v5.38.2
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

@nicknisi nicknisi changed the title v5.38.2 v5.39.0 Jan 15, 2026
@nicknisi nicknisi merged commit 082178f into main Jan 15, 2026
10 checks passed
@nicknisi nicknisi deleted the release/5.38.2 branch January 15, 2026 15:57
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