Skip to content

Conversation

@miguelg719
Copy link
Collaborator

@miguelg719 miguelg719 commented Jan 13, 2026

Summary by cubic

Renamed the Python package to "stagehand" and bumped the version to 3.4.0. Updated metadata: description, MIT license, and Browserbase support contact.

  • Migration
    • Replace dependency "stagehand-alpha" with "stagehand>=3.4.0".
    • Review MIT license compliance if needed.

Written for commit 8477f97. Summary will update on new commits.

Copy link

@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.

1 issue found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="pyproject.toml">

<violation number="1" location="pyproject.toml:6">
P2: License metadata inconsistency: The `license` field was changed to "MIT", but the classifiers still include `"License :: OSI Approved :: Apache Software License"`. This should be updated to `"License :: OSI Approved :: MIT License"` for consistency.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

description = "Python SDK for Stagehand"
dynamic = ["readme"]
license = "Apache-2.0"
license = "MIT"
Copy link

Choose a reason for hiding this comment

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

P2: License metadata inconsistency: The license field was changed to "MIT", but the classifiers still include "License :: OSI Approved :: Apache Software License". This should be updated to "License :: OSI Approved :: MIT License" for consistency.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At pyproject.toml, line 6:

<comment>License metadata inconsistency: The `license` field was changed to "MIT", but the classifiers still include `"License :: OSI Approved :: Apache Software License"`. This should be updated to `"License :: OSI Approved :: MIT License"` for consistency.</comment>

<file context>
@@ -1,11 +1,11 @@
+description = "Python SDK for Stagehand"
 dynamic = ["readme"]
-license = "Apache-2.0"
+license = "MIT"
 authors = [
-{ name = "Stagehand", email = "" },
</file context>

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants