Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Summary
This PR bumps the package version from 5.31.1 to 5.31.2 following the merge of #485, which added the EmailVerificationRequiredException class to properly handle email verification errors.
Changes:
- Version updated from
5.31.1to5.31.2inworkos/__about__.py - This is a standard patch release that includes the email verification ID parsing fix from the previous PR
Confidence Score: 5/5
- This PR is completely safe to merge - it's a standard version bump with no functional changes
- This is a trivial version bump PR that only changes the package version string from 5.31.1 to 5.31.2. The change is mechanical, follows semantic versioning conventions (patch bump), and includes no code logic changes. The version is dynamically read by setup.py, so no additional files need updating.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| workos/about.py | 5/5 | Version bump from 5.31.1 to 5.31.2 - standard patch release |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant About as workos/__about__.py
participant Setup as setup.py
participant PyPI as PyPI Registry
Note over Dev,PyPI: Version Release Process
Dev->>About: Update __version__ = "5.31.2"
Note over About: Previous: 5.31.1<br/>New: 5.31.2
Dev->>Setup: Build distribution
Setup->>About: Read __version__
About-->>Setup: Return "5.31.2"
Setup->>Setup: Package with version 5.31.2
Dev->>PyPI: Upload distribution
Note over PyPI: workos 5.31.2 published<br/>Includes fix from #485
1 file reviewed, no comments
nave91
approved these changes
Oct 17, 2025
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
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.