diff --git a/requirements.txt b/requirements.txt index aa7e6dc93..b62272e98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ pydantic~=2.10.6 openai~=1.66.3 -tenacity~=9.0.0 +tenacity~=9.1.2 pyyaml~=6.0.2 loguru~=0.7.3 numpy -datasets~=3.4.1 +datasets~=4.1.1 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.0 +pillow~=11.3.0 browsergym~=0.13.3 -uvicorn~=0.34.0 +uvicorn~=0.36.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 pydantic_core~=2.27.2 @@ -25,18 +25,18 @@ colorama~=0.4.6 playwright~=1.51.0 docker~=7.1.0 -pytest~=8.3.5 -pytest-asyncio~=0.25.3 +pytest~=8.4.2 +pytest-asyncio~=1.2.0 -mcp~=1.5.0 +mcp~=1.14.1 httpx>=0.27.0 tomli>=2.0.0 -boto3~=1.37.18 +boto3~=1.40.35 -requests~=2.32.3 -beautifulsoup4~=4.13.3 -crawl4ai~=0.6.3 +requests~=2.32.5 +beautifulsoup4~=4.13.5 +crawl4ai~=0.7.4 -huggingface-hub~=0.29.2 -setuptools~=75.8.0 +huggingface-hub~=0.35.0 +setuptools~=80.9.0 diff --git a/setup.py b/setup.py index bf291e4f4..cccf10ad9 100644 --- a/setup.py +++ b/setup.py @@ -17,16 +17,16 @@ install_requires=[ "pydantic~=2.10.4", "openai>=1.58.1,<1.67.0", - "tenacity~=9.0.0", + "tenacity>=9.0,<9.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.2", + "html2text>=2024.2.26,<2025.5.0", + "gymnasium>=1.0,<1.3", + "pillow>=10.4,<11.4", "browsergym~=0.13.3", - "uvicorn~=0.34.0", + "uvicorn>=0.34,<0.37", "unidiff~=0.7.5", "browser-use~=0.1.40", "googlesearch-python~=1.3.0",