Merged
Conversation
jonatascastro12
approved these changes
Oct 27, 2025
Contributor
There was a problem hiding this comment.
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
localefield to the User type andupdate_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
1 file reviewed, no comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
version bump that includes:
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.