Skip to content

Conversation

@workos-sdk-automation
Copy link
Contributor

Bumps version from 5.39.1 to 5.40.0.

This PR was automatically created by the version-bump workflow.

@gjtorikian gjtorikian merged commit 57978c1 into main Jan 22, 2026
17 checks passed
@gjtorikian gjtorikian deleted the version-bump-5.40.0 branch January 22, 2026 20:07
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 22, 2026

Greptile Summary

Automated version bump from 5.39.1 to 5.40.0, updating both pyproject.toml and uv.lock.

  • Version string updated in project configuration
  • Lockfile synchronized to reflect new version
  • No functional code changes, dependency updates, or logic modifications
  • This release includes commits for Audit Logs functionality, CI workflow improvements, and variable naming fixes from previous PRs

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a straightforward automated version bump with only version string changes in configuration files. No code logic, dependencies, or functionality was modified. The changes are minimal, well-scoped, and follow standard versioning practices.
  • No files require special attention

Important Files Changed

Filename Overview
pyproject.toml Version bumped from 5.39.1 to 5.40.0, no other changes
uv.lock Lockfile updated to reflect version 5.40.0, no dependency changes

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Workflow
    participant Bot as workos-sdk-automation[bot]
    participant Repo as Repository
    participant PM as Package Manager (uv)
    
    GH->>Bot: Trigger version-bump workflow
    Bot->>Repo: Read current version (5.39.1)
    Bot->>Bot: Calculate new version (5.40.0)
    Bot->>Repo: Update pyproject.toml version field
    Bot->>PM: Sync lockfile with new version
    PM->>Repo: Update uv.lock package metadata
    Bot->>Repo: Create PR #523
    Bot->>GH: Version bump complete
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants