Skip to content

Conversation

@simzeee
Copy link
Contributor

@simzeee simzeee commented Oct 9, 2025

Description

Version bump to release the following:

Add invite_token to authenticate_with_code

#481

Documentation

Does this require changes to the WorkOS Docs?

[X] Yes

I will add a docs PR ASAP

@simzeee simzeee requested a review from a team as a code owner October 9, 2025 20:15
@simzeee simzeee requested a review from alisherry October 9, 2025 20:15
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 pull request is a standard version bump that increments the WorkOS Python SDK version from 5.29.0 to 5.30.0. The change is made in the `workos/__about__.py` file, which contains the canonical version string used throughout the package distribution system. This version release is specifically intended to publish the `invite_token` functionality that was previously added to the `authenticate_with_code` method in PR #481.

The version bump follows semantic versioning conventions by using a minor version increment (5.29.0 → 5.30.0), which is appropriate for adding new functionality without breaking existing APIs. The invite_token feature allows users to authenticate and accept invitations in a single API call, enhancing the user management workflow. This is a standard practice in the WorkOS Python SDK where version bumps are handled through dedicated PRs that update only the version identifier, ensuring clean release management and proper package distribution.

Important Files Changed

Changed Files
Filename Score Overview
workos/about.py 5/5 Version string updated from 5.29.0 to 5.30.0 for release

Confidence score: 5/5

  • This PR is extremely safe to merge with no risk of introducing bugs or breaking changes
  • Score reflects that this is a standard version bump with no code logic changes, following established patterns
  • No files require special attention as this is a straightforward version release

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@simzeee simzeee merged commit b5c3db7 into main Oct 9, 2025
6 checks passed
@simzeee simzeee deleted the jws/bump_to_5.30.0 branch October 9, 2025 20:17
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