diff --git a/requirements.txt b/requirements.txt index aa7e6dc93..3e553772a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,42 +1,42 @@ pydantic~=2.10.6 openai~=1.66.3 -tenacity~=9.0.0 -pyyaml~=6.0.2 +tenacity~=9.1.2 +pyyaml~=6.0.3 loguru~=0.7.3 numpy -datasets~=3.4.1 +datasets~=4.4.2 fastapi~=0.115.11 tiktoken~=0.9.0 -html2text~=2024.2.26 -gymnasium~=1.1.1 -pillow~=11.1.0 +html2text~=2025.4.15 +gymnasium~=1.2.3 +pillow~=12.1.0 browsergym~=0.13.3 -uvicorn~=0.34.0 +uvicorn~=0.40.0 unidiff~=0.7.5 browser-use~=0.1.40 googlesearch-python~=1.3.0 baidusearch~=1.0.3 -duckduckgo_search~=7.5.3 +duckduckgo_search~=8.1.1 -aiofiles~=24.1.0 +aiofiles~=25.1.0 pydantic_core~=2.27.2 colorama~=0.4.6 playwright~=1.51.0 docker~=7.1.0 -pytest~=8.3.5 -pytest-asyncio~=0.25.3 +pytest~=9.0.2 +pytest-asyncio~=1.3.0 -mcp~=1.5.0 +mcp~=1.25.0 httpx>=0.27.0 tomli>=2.0.0 -boto3~=1.37.18 +boto3~=1.42.21 -requests~=2.32.3 -beautifulsoup4~=4.13.3 -crawl4ai~=0.6.3 +requests~=2.32.5 +beautifulsoup4~=4.14.3 +crawl4ai~=0.7.8 -huggingface-hub~=0.29.2 -setuptools~=75.8.0 +huggingface-hub~=1.2.3 +setuptools~=80.9.0 diff --git a/setup.py b/setup.py index bf291e4f4..5204b3bb2 100644 --- a/setup.py +++ b/setup.py @@ -17,20 +17,20 @@ install_requires=[ "pydantic~=2.10.4", "openai>=1.58.1,<1.67.0", - "tenacity~=9.0.0", + "tenacity~=9.1.2", "pyyaml~=6.0.2", "loguru~=0.7.3", "numpy", - "datasets>=3.2,<3.5", - "html2text~=2024.2.26", - "gymnasium>=1.0,<1.2", - "pillow>=10.4,<11.2", + "datasets>=3.2,<4.5", + "html2text~=2025.4.15", + "gymnasium>=1.0,<1.3", + "pillow>=10.4,<12.2", "browsergym~=0.13.3", - "uvicorn~=0.34.0", + "uvicorn~=0.40.0", "unidiff~=0.7.5", "browser-use~=0.1.40", "googlesearch-python~=1.3.0", - "aiofiles~=24.1.0", + "aiofiles~=25.1.0", "pydantic_core>=2.27.2,<2.28.0", "colorama~=0.4.6", ],