Conversation
There was a problem hiding this comment.
Greptile Summary
This PR performs a straightforward version bump from 5.25.0 to 5.26.0 in the workos/__about__.py file. This version increment is specifically for releasing PR #464, which added a new organization domains module to align the Python SDK with the Go and Node SDKs.
The change follows semantic versioning conventions by incrementing the minor version number, which is appropriate when adding new functionality that doesn't break existing APIs. The organization domains module was added as a separate module to provide consistency across WorkOS SDKs, allowing Python developers to access organization domain management capabilities that were previously available in other SDK implementations.
This type of version bump is a standard practice in package management and is necessary to publish the new functionality to PyPI so users can access the enhanced SDK capabilities.
Confidence score: 5/5
- This is an extremely safe change that only updates a version string with no risk of production issues.
- The version bump follows proper semantic versioning and is necessary for package release.
- No files need additional attention - this is a standard version increment.
1 file reviewed, no comments
Description
Version bump for #464
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.