diff --git a/requirements.txt b/requirements.txt index 115d7c3..71537ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,10 +11,10 @@ tiktoken~=0.9.0 html2text~=2024.2.26 gymnasium~=1.1.1 pillow~=11.1.0 -browsergym~=0.13.3 +browsergym~=0.14.1 uvicorn~=0.34.0 unidiff~=0.7.5 -browser-use~=0.1.40 +browser-use~=0.4.2 googlesearch-python~=1.3.0 baidusearch~=1.0.3 duckduckgo_search~=7.5.3 @@ -22,7 +22,7 @@ duckduckgo_search~=7.5.3 aiofiles~=24.1.0 pydantic_core~=2.27.2 colorama~=0.4.6 -playwright~=1.51.0 +playwright~=1.53.0 docker~=7.1.0 pytest diff --git a/setup.py b/setup.py index 8b6dcaf..69e2e0c 100644 --- a/setup.py +++ b/setup.py @@ -25,10 +25,10 @@ "html2text~=2024.2.26", "gymnasium>=1.0,<1.2", "pillow>=10.4,<11.2", - "browsergym~=0.13.3", + "browsergym>=0.13.3,<0.15.0", "uvicorn~=0.34.0", "unidiff~=0.7.5", - "browser-use~=0.1.40", + "browser-use>=0.1.40,<0.5.0", "googlesearch-python~=1.3.0", "aiofiles~=24.1.0", "pydantic_core>=2.27.2,<2.28.0",