Skip to content

Conversation

@nicknisi
Copy link
Member

Description

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 October 15, 2025 20:18
@nicknisi nicknisi requested a review from faroceann October 15, 2025 20:18
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

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.1 to 5.31.2 in workos/__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
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@nicknisi nicknisi merged commit f454e0a into main Oct 20, 2025
6 checks passed
@nicknisi nicknisi deleted the v5.31.2 branch October 20, 2025 14:23
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