Skip to content

Conversation

@awolfden
Copy link
Contributor

Description

Updates version to 5.31.1 to include patch for revoke session response

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.

@awolfden awolfden requested a review from a team as a code owner October 15, 2025 17:34
@awolfden awolfden requested a review from ericroberts October 15, 2025 17:34
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

Version bump from 5.31.0 to 5.31.1 to publish the revoke session response patch from PR #486.

  • Single line change updating the version string in workos/__about__.py
  • Follows semantic versioning (patch increment for bug fix)
  • No code logic changes, only metadata update

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Single line version metadata change with no code logic modifications. The version bump correctly follows semantic versioning for the patch release containing the revoke session response fix.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
workos/about.py 5/5 Version bumped from 5.31.0 to 5.31.1 for patch release

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Ver as __about__.py
    participant Pkg as Package Build
    participant PyPI as PyPI Repository
    
    Dev->>Ver: Update __version__ to 5.31.1
    Note over Ver: Version string changed<br/>from "5.31.0" to "5.31.1"
    Dev->>Pkg: Build distribution packages
    Pkg->>Ver: Read version metadata
    Ver-->>Pkg: Return 5.31.1
    Pkg->>PyPI: Upload workos==5.31.1
    Note over PyPI: New patch version available<br/>includes revoke session fix
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@awolfden awolfden merged commit 80ef9b9 into main Oct 15, 2025
6 checks passed
@awolfden awolfden deleted the update-version-to-5.31.1 branch October 15, 2025 17:37
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