Skip to content

Conversation

@nholden
Copy link
Member

@nholden nholden commented Dec 5, 2025

Version bump that includes #491

@nholden nholden self-assigned this Dec 5, 2025
@nholden nholden requested a review from a team as a code owner December 5, 2025 18:17
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 5, 2025

Greptile Overview

Greptile Summary

Version bump from 5.34.1 to 5.35.0 that includes the API key validation feature from PR #491.

Key changes in this release:

  • Adds new api_keys module with validate_api_key() functionality for both sync and async clients
  • Exposes API key validation endpoint at api_keys/validations
  • Includes comprehensive test coverage for the new feature
  • Follows established architectural patterns (dual sync/async support, Pydantic models, proper typing)

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a straightforward version bump that only changes a single version string. The included functionality from PR Expose api key validation #491 has already been merged to main, properly tested, and follows all architectural patterns. No security violations or custom instruction violations detected.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
workos/about.py 5/5 Version bumped from 5.34.1 to 5.35.0 to include API key validation feature

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as workos-python
    participant PyPI as PyPI Repository
    
    Note over Dev,Repo: Version Bump Process
    Dev->>Repo: Update __version__ in __about__.py
    Note right of Repo: 5.34.1 → 5.35.0
    Dev->>Repo: Include PR #491 (API key validation)
    Note right of Repo: Adds api_keys module<br/>with validate_api_key()
    Dev->>Repo: Create PR #499
    Repo->>PyPI: Publish new version 5.35.0
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

@nholden nholden merged commit f0a5c42 into main Dec 5, 2025
8 checks passed
@nholden nholden deleted the 5-35-0 branch December 5, 2025 18:54
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