diff --git a/.github/CodeQL Analysis.yml b/.github/CodeQL Analysis.yml index 8b1378917..e69de29bb 100644 --- a/.github/CodeQL Analysis.yml +++ b/.github/CodeQL Analysis.yml @@ -1 +0,0 @@ - diff --git a/.github/agent.md b/.github/agent.md index 8b1378917..e69de29bb 100644 --- a/.github/agent.md +++ b/.github/agent.md @@ -1 +0,0 @@ - diff --git a/constraints.txt b/constraints.txt index 2a1317236..a94a91f34 100644 --- a/constraints.txt +++ b/constraints.txt @@ -25,7 +25,7 @@ Flask==3.1.3 flask-socketio==5.6.1 python-socketio==5.16.3 eventlet==0.41.0 -gradio==6.19.0 +gradio==6.20.0 pyttsx3==2.99 gTTS==2.5.4 @@ -35,7 +35,7 @@ matplotlib==3.10.9 seaborn==0.13.2 Pillow==12.3.0 -torch==2.12.1 +torch==2.13.0 numpy==1.26.4 jsonschema==4.26.0 diff --git a/dataset-requirements.txt b/dataset-requirements.txt index a60e3f656..9227c5a60 100644 --- a/dataset-requirements.txt +++ b/dataset-requirements.txt @@ -3,7 +3,7 @@ # Dataset downloading and processing datasets>=5.0.0 # Hugging Face datasets library -tqdm>=4.68.3 # Progress bars for downloads +tqdm>=4.68.4 # Progress bars for downloads # Optional: Data processing and analysis pandas>=2.2.0 # CSV/DataFrame operations diff --git a/mount/requirements.txt b/mount/requirements.txt index 857877731..77c1e569c 100644 --- a/mount/requirements.txt +++ b/mount/requirements.txt @@ -2,7 +2,7 @@ # Web Framework fastapi>=0.139.0 -uvicorn[standard]>=0.50.2 +uvicorn[standard]>=0.51.0 pydantic>=2.13.4 pydantic-settings>=2.14.2 diff --git a/pyproject.toml b/pyproject.toml index db3ebf7d1..d5573f626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "ruff>=0.15.20", "black>=26.5.1", "isort>=8.0.1", - "mypy>=2.1.0", + "mypy>=2.2.0", "pydantic>=2.13.4", "pydantic-settings>=2.14.2", "tenacity>=9.1.4", diff --git a/requirements-dev.txt b/requirements-dev.txt index c87d424a8..c3fd3f6c5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,6 +7,6 @@ watchdog>=6.0.0 black>=26.5.1 isort>=8.0.1 ruff>=0.15.20 -mypy>=2.1.0 +mypy>=2.2.0 pre-commit>=4.6.0 tomli>=2.4.1; python_version < "3.11" diff --git a/requirements.txt b/requirements.txt index 17549c8e7..7505d93f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ Flask>=3.1.3 flask-socketio>=5.6.1 python-socketio>=5.16.3 eventlet>=0.41.0 # Optional async server for SocketIO (can fallback to threading) -gradio>=6.19.0 +gradio>=6.20.0 # Optional TTS fallbacks for local development: pyttsx3 (offline, Windows-friendly) and gTTS # If you want server-side TTS without Azure credentials, enable QAI_ENABLE_LOCAL_TTS and @@ -50,7 +50,7 @@ seaborn>=0.13.2 # Vision inference dependencies Pillow>=12.3.0 -torch>=2.12.1 +torch>=2.13.0 numpy>=1.26.4 # JSON schema validation library used by tests and cooking-ai utilities