diff --git a/.changeset/dog-of-interesting-energy.md b/.changeset/dog-of-interesting-energy.md deleted file mode 100644 index 002c28b..0000000 --- a/.changeset/dog-of-interesting-energy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix stagehand.metrics on env:BROWSERBASE diff --git a/.changeset/dragon-of-fabulous-persistence.md b/.changeset/dragon-of-fabulous-persistence.md deleted file mode 100644 index a988f89..0000000 --- a/.changeset/dragon-of-fabulous-persistence.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix max_steps parsing for agent execute options diff --git a/.changeset/feathered-singing-duck.md b/.changeset/feathered-singing-duck.md deleted file mode 100644 index dd3331c..0000000 --- a/.changeset/feathered-singing-duck.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix openai-litellm dependency bug diff --git a/.changeset/gorilla-of-strongest-novelty.md b/.changeset/gorilla-of-strongest-novelty.md deleted file mode 100644 index 8d227ac..0000000 --- a/.changeset/gorilla-of-strongest-novelty.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Multi-tab support diff --git a/.changeset/nostalgic-tireless-kestrel.md b/.changeset/nostalgic-tireless-kestrel.md deleted file mode 100644 index e7bd4fb..0000000 --- a/.changeset/nostalgic-tireless-kestrel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Add LLM customization support (eg. api_base) diff --git a/.changeset/silkworm-of-regular-downpour.md b/.changeset/silkworm-of-regular-downpour.md deleted file mode 100644 index a866cd3..0000000 --- a/.changeset/silkworm-of-regular-downpour.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -added regression tests diff --git a/.changeset/spectral-labrador-of-tolerance.md b/.changeset/spectral-labrador-of-tolerance.md deleted file mode 100644 index 68cb094..0000000 --- a/.changeset/spectral-labrador-of-tolerance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fixing downloads behavior for use_api=false diff --git a/.changeset/towering-organic-grouse.md b/.changeset/towering-organic-grouse.md deleted file mode 100644 index 842aca6..0000000 --- a/.changeset/towering-organic-grouse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix temperature setting for GPT-5 family of models diff --git a/.changeset/vegan-intrepid-mustang.md b/.changeset/vegan-intrepid-mustang.md deleted file mode 100644 index 488cd76..0000000 --- a/.changeset/vegan-intrepid-mustang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Added frame_id_map to support multi-tab handling on API diff --git a/CHANGELOG.md b/CHANGELOG.md index 012e612..ab225aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Stagehand Python Changelog +## 0.5.1 + +### Patch Changes + +[#183](https://github.com/browserbase/stagehand-python/pull/183) [`6f72281`](https://github.com/browserbase/stagehand-python/commit/6f72281) Thanks @shubh24 and @miguelg719! - Fixing downloads behavior for use_api=false +[#132](https://github.com/browserbase/stagehand-python/pull/132) [`edc57ac`](https://github.com/browserbase/stagehand-python/commit/edc57ac) Thanks @sanveer-osahan and @miguelg719! - Add LLM customization support (eg. api_base) +[#179](https://github.com/browserbase/stagehand-python/pull/179) [`51ca053`](https://github.com/browserbase/stagehand-python/commit/51ca053) Thanks @miguelg719! - Fix max_steps parsing for agent execute options +[#176](https://github.com/browserbase/stagehand-python/pull/176) [`d95974a`](https://github.com/browserbase/stagehand-python/commit/d95974a) Thanks @miguelg719! - Fix stagehand.metrics on env:BROWSERBASE +[#88](https://github.com/browserbase/stagehand-python/pull/88) [`021c946`](https://github.com/browserbase/stagehand-python/commit/021c946) Thanks @filip-michalsky! - added regression tests +[#161](https://github.com/browserbase/stagehand-python/pull/161) [`f68e86c`](https://github.com/browserbase/stagehand-python/commit/f68e86c) Thanks @arunpatro, @miguelg719 and Filip Michalsky! - Multi-tab support +[#181](https://github.com/browserbase/stagehand-python/pull/181) [`1bef512`](https://github.com/browserbase/stagehand-python/commit/1bef512) Thanks @miguelg719! - Fix openai-litellm dependency bug +[#177](https://github.com/browserbase/stagehand-python/pull/177) [`36ba981`](https://github.com/browserbase/stagehand-python/commit/36ba981) Thanks @miguelg719! - Fix temperature setting for GPT-5 family of models +[#174](https://github.com/browserbase/stagehand-python/pull/174) [`2e3eb1a`](https://github.com/browserbase/stagehand-python/commit/2e3eb1a) Thanks @miguelg719! - Added frame_id_map to support multi-tab handling on API + ## 0.5.0 ### Minor Changes diff --git a/pyproject.toml b/pyproject.toml index 24eb8e9..4fa98bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,24 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.5.0" +version = "0.5.1" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",] requires-python = ">=3.9" -dependencies = [ - "httpx>=0.24.0", - "python-dotenv>=1.0.0", - "pydantic>=1.10.0", - "playwright>=1.42.1", - "requests>=2.31.0", - "browserbase>=1.4.0", - "rich>=13.7.0", - "openai>=1.83.0,<1.99.6", - "anthropic>=0.51.0", - "litellm>=1.72.0,<1.75.0", - "nest-asyncio>=1.6.0", -] +dependencies = [ "httpx>=0.24.0", "python-dotenv>=1.0.0", "pydantic>=1.10.0", "playwright>=1.42.1", "requests>=2.31.0", "browserbase>=1.4.0", "rich>=13.7.0", "openai>=1.83.0,<1.99.6", "anthropic>=0.51.0", "litellm>=1.72.0,<1.75.0", "nest-asyncio>=1.6.0",] [[project.authors]] name = "Browserbase, Inc." email = "support@browserbase.com"