Skip to content

release: 3.19.5#338

Merged
pirate merged 1 commit intomainfrom
release-please--branches--main--changes--next
Apr 3, 2026
Merged

release: 3.19.5#338
pirate merged 1 commit intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app bot commented Apr 3, 2026

Automated Release PR

3.19.5 (2026-04-03)

Full Changelog: v3.19.4...v3.19.5


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


Summary by cubic

Bumps stagehand to 3.19.5 and updates the changelog for the release. Version numbers are synchronized across .release-please-manifest.json, pyproject.toml, and src/stagehand/_version.py; no functional changes.

Written for commit ef7cdd3. Summary will update on new commits. Review in cubic

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 3, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/stagehand-python/8c62efce676ccc949b22a788a9b02215e5aeb3d6/stagehand-3.19.4-py3-none-any.whl'

Expires at: Sun, 03 May 2026 20:18:16 GMT
Updated at: Fri, 03 Apr 2026 20:18:16 GMT

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 4 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant App as Client Application
    participant SDK as Stagehand Python SDK
    participant API as Stagehand API (Remote)

    Note over SDK: NEW: Version bumped to 3.19.5
    
    App->>SDK: Initialize Stagehand(api_key=...)
    SDK->>SDK: Load metadata from _version.py
    
    App->>SDK: execute_command(action)
    
    Note over SDK, API: Request includes version headers
    SDK->>API: POST /v1/action
    Note right of SDK: Header: X-Stainless-Lang: python<br/>Header: X-Stainless-Package-Version: 3.19.5
    
    API-->>SDK: 200 OK (Response Data)
    SDK-->>App: Command Result
Loading

@pirate pirate merged commit 3e21a5b into main Apr 3, 2026
8 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 3, 2026

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant