Skip to content

Commit 7674bb0

Browse files
bump version
1 parent 8ab3dde commit 7674bb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ config = StagehandConfig(
230230
- asyncio
231231
- pydantic
232232
- python-dotenv (optional, for .env support)
233+
- playwright
233234

234235
## License
235236

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="stagehand-py",
8-
version="0.1.8",
8+
version="0.1.9",
99
author="Browserbase, Inc.",
1010
author_email="[email protected]",
1111
description="Python SDK for Stagehand",
@@ -24,5 +24,6 @@
2424
"asyncio>=3.4.3",
2525
"python-dotenv>=1.0.0",
2626
"pydantic>=1.10.0",
27+
"playwright>=1.40.0",
2728
],
2829
)

0 commit comments

Comments
 (0)