Skip to content

Conversation

@rarevalo13
Copy link
Contributor

Description

Version bump that includes #500

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.

@rarevalo13 rarevalo13 requested a review from a team as a code owner December 15, 2025 19:41
@rarevalo13 rarevalo13 requested a review from alisherry December 15, 2025 19:41
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 15, 2025

Greptile Overview

Greptile Summary

Version bump from 5.35.0 to 5.36.0 to release support for the session.revoked event type added in PR #500.

  • Single line change incrementing the minor version number
  • Follows semantic versioning for new feature addition (adding support for a new event type)
  • PR adding "session.revoke" to events type #500 added SessionRevokedEvent and SessionRevokedWebhook types to the SDK

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Version bump follows semantic versioning conventions, correctly increments from 5.35.0 to 5.36.0 for a minor feature addition, and PR adding "session.revoke" to events type #500 is confirmed merged
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
workos/about.py 5/5 Version bumped from 5.35.0 to 5.36.0 to include session.revoked event support from PR #500

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #500
    participant SDK as workos-python SDK
    participant Ver as Version File
    participant Pkg as Package Registry
    
    Note over Dev,PR: PR #500: Add session.revoked event
    Dev->>PR: Merge session.revoked support
    PR->>SDK: Add SessionRevokedEvent type
    PR->>SDK: Add SessionRevokedPayload type
    PR->>SDK: Update event_type.py
    
    Note over Dev,Ver: PR #501: Version bump
    Dev->>Ver: Bump version 5.35.0 → 5.36.0
    Ver->>Pkg: Prepare for release
    Note over Pkg: New version includes session.revoked
Loading

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.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@rarevalo13 rarevalo13 merged commit e6a51c5 into main Dec 16, 2025
8 checks passed
@rarevalo13 rarevalo13 deleted the v5.36.0 branch December 16, 2025 12:24
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