Skip to content

Conversation

@stacurry
Copy link
Contributor

Description

version bump that includes:

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.

@stacurry stacurry requested a review from a team as a code owner August 20, 2025 15:22
@stacurry stacurry requested a review from faroceann August 20, 2025 15:22
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 Summary

This PR performs a standard version bump from v5.26.1 to v5.27.0 in the WorkOS Python SDK. The change updates the __version__ variable in the workos/__about__.py file, which serves as the single source of truth for package metadata used by setup.py during distribution and by the SDK itself for version reporting.

This version bump follows semantic versioning conventions, indicating a minor release that likely includes new features, enhancements, or non-breaking changes. The PR description references PR #469, which presumably contains the actual feature changes that necessitated this version increment. The __about__.py file is a standard Python packaging pattern where version information and other package metadata are centralized in a single location to avoid duplication and ensure consistency across the codebase.

When this PR is merged and the package is built, users will be able to install version 5.27.0 via pip, and the SDK will correctly report its version number through standard Python package introspection mechanisms.

Confidence score: 5/5

  • This PR is extremely safe to merge with virtually no risk of causing issues
  • Score reflects the minimal nature of the change - only updating a version string constant with no logic changes
  • No files require special attention as this is a straightforward metadata update

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

@stacurry stacurry merged commit c720c6a into main Aug 20, 2025
6 checks passed
@stacurry stacurry deleted the v5.27.0 branch August 20, 2025 16:22
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