Skip to content

release: 3.19.2#329

Open
stainless-app[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--changes--next
Open

release: 3.19.2#329
stainless-app[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

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

Automated Release PR

3.19.2 (2026-04-01)

Full Changelog: v3.19.1...v3.19.2


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

Prepare the 3.19.2 release of stagehand. Updates version strings and refreshes the changelog.

  • Bumps version in pyproject.toml, src/stagehand/_version.py, and .release-please-manifest.json.
  • Adds 3.19.2 entry and compare link to CHANGELOG.md.

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

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 1, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/stagehand-python/99b603333c2b8e4ad0fb7782bf642c98430d420d/stagehand-3.19.1-py3-none-any.whl'

Expires at: Fri, 01 May 2026 19:17:55 GMT
Updated at: Wed, 01 Apr 2026 19:17:55 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 User Application
    participant SDK as Stagehand SDK
    participant Metadata as _version.py
    participant API as Stagehand API

    Note over App, API: Runtime Request Flow with Version Metadata

    App->>SDK: Initialize Client
    SDK->>Metadata: Read __version__ (3.19.2)
    Metadata-->>SDK: Return version string

    App->>SDK: Call API method (e.g., stagehand.act())
    
    Note right of SDK: SDK injects version into headers<br/>User-Agent: stagehand-python/3.19.2
    
    SDK->>API: HTTPS Request (Auth + Version Headers)
    
    alt Successful Request
        API-->>SDK: 200 OK (JSON Data)
        SDK-->>App: Return Parsed Response
    else Authentication/Validation Error
        API-->>SDK: 4xx Error Response
        SDK-->>App: Raise SDK Error
    end
Loading

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.

0 participants