Merged
Conversation
gcarvelli
approved these changes
Oct 9, 2025
Contributor
There was a problem hiding this comment.
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
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 to release the following:
Add invite_token to authenticate_with_code
#481
Documentation
Does this require changes to the WorkOS Docs?
I will add a docs PR ASAP