diff --git a/requirements-ci.txt b/requirements-ci.txt index 2cb9651..676d1d9 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,6 +1,6 @@ # Minimal requirements for CI/CD pipeline # Core dependencies -aiohttp>=3.8.0 +aiohttp>=3.14.3 pydantic>=2.0.0 fastapi>=0.100.0 uvicorn>=0.20.0 @@ -13,6 +13,6 @@ pytest-asyncio>=0.21.0 pytest-cov>=4.0.0 # Basic utilities -requests>=2.28.0 -python-dotenv>=1.0.0 +requests>=2.33.0 +python-dotenv>=1.2.2 PyYAML>=6.0.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e3936d8..2279e48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ aiohappyeyeballs==2.6.1 -aiohttp==3.12.13 +aiohttp==3.14.3 aiosignal==1.4.0 annotated-types==0.7.0 anthropic==0.54.0 anyio==4.9.0 attrs==25.3.0 -Authlib==1.6.0 +Authlib==1.6.12 backoff==2.2.1 blinker==1.9.0 certifi==2025.6.15 cffi==1.17.1 charset-normalizer==3.4.2 click==8.2.1 -cryptography==45.0.4 +cryptography==50.0.0 dataclasses-json==0.6.7 dimod==0.12.20 diskcache==5.6.3 @@ -30,8 +30,8 @@ dwave_networkx==0.8.18 dwavebinarycsp==0.3.1 fastapi==0.115.13 fasteners==0.19 -filelock==3.18.0 -Flask==3.1.1 +filelock==3.20.3 +Flask==3.1.3 frozenlist==1.7.0 fsspec==2025.5.1 greenlet==3.2.3 @@ -43,7 +43,7 @@ httptools==0.6.4 httpx==0.28.1 httpx-sse==0.4.0 huggingface-hub==0.33.0 -idna==3.10 +idna==3.15 importlib_metadata==8.7.0 itsdangerous==2.2.0 Jinja2==3.1.6 @@ -51,14 +51,14 @@ jiter==0.10.0 jsonpatch==1.33 jsonpointer==3.0.0 jsonschema_pydantic==0.6 -langchain==0.3.25 +langchain==1.3.9 langchain-community==0.3.25 -langchain-core==0.3.65 -langchain-text-splitters==0.3.8 -langsmith==0.3.45 +langchain-core==1.3.3 +langchain-text-splitters==1.1.2 +langsmith==0.8.18 MarkupSafe==3.0.2 marshmallow==3.26.1 -mcp==1.9.4 +mcp==1.28.1 mcp-use==1.3.1 minorminer==0.2.19 mpmath==1.3.0 @@ -67,10 +67,10 @@ mypy_extensions==1.1.0 networkx==3.5 numpy==2.3.0 openai==1.88.0 -orjson==3.10.18 +orjson==3.11.6 packaging==24.2 penaltymodel==1.2.0 -pillow==11.3.0 +pillow==12.3.0 plucky==0.4.3 posthog==5.3.0 propcache==0.3.2 @@ -83,12 +83,12 @@ pydantic_core==2.33.2 pylint==4.0.2 PySocks==1.7.1 python-dateutil==2.9.0.post0 -python-dotenv==1.1.0 -python-multipart==0.0.20 +python-dotenv==1.2.2 +python-multipart==0.0.31 PyYAML==6.0.2 redis==6.2.0 regex==2024.11.6 -requests==2.32.4 +requests==2.33.0 requests-toolbelt==1.0.0 safetensors==0.5.3 scipy==1.15.3 @@ -96,22 +96,22 @@ six==1.17.0 sniffio==1.3.1 SQLAlchemy==2.0.41 sse-starlette==2.3.6 -starlette==0.46.2 +starlette==1.3.1 sympy==1.14.0 tenacity==9.1.2 tokenizers==0.21.1 -torch==2.7.1 +torch==2.13.0 tqdm==4.67.1 -transformers==4.52.4 +transformers==5.5.0 typing-inspect==0.9.0 typing-inspection==0.4.1 typing_extensions==4.14.0 -urllib3==2.5.0 +urllib3==2.7.0 uvicorn==0.34.3 uvloop==0.21.0 watchfiles==1.1.0 websockets==15.0.1 -Werkzeug==3.1.3 +Werkzeug==3.1.6 yarl==1.20.1 zipp==3.23.0 zstandard==0.23.0 \ No newline at end of file