Skip to content

Conversation

@stacurry
Copy link
Contributor

Description

version bump that includes:

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.

@stacurry stacurry requested a review from a team as a code owner October 27, 2025 14:24
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.

Greptile Overview

Greptile Summary

Version bump from 5.31.2 to 5.32.0 to include PR #478, which adds locale field support to the User model.

  • Minor version bump is appropriate for this backward-compatible feature addition
  • The included PR #478 adds an optional locale field to the User type and update_user() method
  • All changes are backward-compatible (field is optional with no breaking changes)

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Simple version bump following semantic versioning correctly - minor version increase for backward-compatible feature addition. No code logic changes, security issues, or breaking changes.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
workos/about.py 5/5 Version bumped from 5.31.2 to 5.32.0 to include locale field addition to User model

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as workos-python Repository
    participant PyPI as PyPI Registry
    
    Dev->>Repo: Merge PR #478 (add locale to User)
    Note over Repo: Adds locale field to User model<br/>Updates update_user() method<br/>Adds tests for locale
    Dev->>Repo: Create PR #490 (version bump)
    Dev->>Repo: Update __version__ in __about__.py
    Note over Repo: 5.31.2 → 5.32.0
    Dev->>Repo: Merge PR #490
    Dev->>PyPI: Publish new version
    Note over PyPI: v5.32.0 available with locale support
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@stacurry stacurry merged commit 1ab4cb4 into main Oct 27, 2025
6 checks passed
@stacurry stacurry deleted the bump-5.32.0 branch October 27, 2025 14:27
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