diff --git a/constraints.txt b/constraints.txt index 73100ab48..34c997b1b 100644 --- a/constraints.txt +++ b/constraints.txt @@ -3,12 +3,12 @@ # NOTE: Validate these pinned versions in an isolated env (`pip install -r requirements.txt -c constraints.txt`) azure-monitor-opentelemetry==1.8.9 -opentelemetry-api==1.43.0 -opentelemetry-sdk==1.43.0 -opentelemetry-instrumentation==0.64b0 +opentelemetry-api==1.44.0 +opentelemetry-sdk==1.44.0 +opentelemetry-instrumentation==0.65b0 -azure-cosmos==4.16.1 -openai==2.45.0 +azure-cosmos==4.16.3 +openai==2.53.0 colorama==0.4.6 pytest==9.1.1 pytest-asyncio==1.4.0 @@ -23,9 +23,9 @@ tenacity==9.1.4 Flask==3.1.3 flask-socketio==5.6.1 -python-socketio==5.16.3 -eventlet==0.41.0 -gradio==6.20.0 +python-socketio==5.16.4 +eventlet==0.41.1 +gradio==6.22.0 pyttsx3==2.99 gTTS==2.5.4 diff --git a/dataset-requirements.txt b/dataset-requirements.txt index a77ebd86f..f93081245 100644 --- a/dataset-requirements.txt +++ b/dataset-requirements.txt @@ -3,8 +3,8 @@ # cspell:ignore tqdm numpy pyarrow # Dataset downloading and processing -datasets>=5.0.0 # Hugging Face datasets library -tqdm>=4.68.4 # Progress bars for downloads +datasets>=5.0.1 # Hugging Face datasets library +tqdm>=4.70.0 # Progress bars for downloads # Optional: Data processing and analysis pandas>=2.2.0 # CSV/DataFrame operations @@ -12,5 +12,5 @@ numpy>=1.26.4 # Numerical operations scikit-learn>=1.7.2 # ML datasets and preprocessing # Optional: Advanced formats -pyarrow>=24.0.0 # Parquet file support +pyarrow>=25.0.0 # Parquet file support h5py>=3.16.0 # HDF5 file support diff --git a/docs/docs_requirements.txt b/docs/docs_requirements.txt index 96ec3c856..9800385dc 100644 --- a/docs/docs_requirements.txt +++ b/docs/docs_requirements.txt @@ -1,2 +1,2 @@ -docutils<0.21 -m2r2==0.3.3.post2 \ No newline at end of file +docutils<0.24 +m2r2==0.3.4 \ No newline at end of file diff --git a/mount/requirements.txt b/mount/requirements.txt index 77c1e569c..221adea50 100644 --- a/mount/requirements.txt +++ b/mount/requirements.txt @@ -1,8 +1,8 @@ # QAI Integration Service Requirements # Web Framework -fastapi>=0.139.0 -uvicorn[standard]>=0.51.0 +fastapi>=0.141.1 +uvicorn[standard]>=0.52.1 pydantic>=2.13.4 pydantic-settings>=2.14.2 diff --git a/my-agent-0b2avt/requirements.txt b/my-agent-0b2avt/requirements.txt index 367df41de..8de1c9c7e 100644 --- a/my-agent-0b2avt/requirements.txt +++ b/my-agent-0b2avt/requirements.txt @@ -1,5 +1,5 @@ agent-framework-foundry -agent-framework-foundry-hosting>=1.0.0a260709 +agent-framework-foundry-hosting>=1.0.0b260730 azure-ai-projects # debugpy enables local debugging of this agent with the Foundry Toolkit VS Code extension. diff --git a/pyproject.toml b/pyproject.toml index 39fa1e554..65b09df63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,11 +20,11 @@ dev = [ "pytest-asyncio>=1.4.0", "pytest-xdist>=3.8.0", "watchdog>=6.0.0", - "pre-commit>=4.6.0", - "ruff>=0.15.21", + "pre-commit>=4.6.1", + "ruff>=0.16.1", "black>=26.5.1", "isort>=8.0.1", - "mypy>=2.2.0", + "mypy>=2.3.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 f703ec224..2937e28af 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pytest-xdist>=3.8.0 watchdog>=6.0.0 black>=26.5.1 isort>=8.0.1 -ruff>=0.15.21 -mypy>=2.2.0 -pre-commit>=4.6.0 +ruff>=0.16.1 +mypy>=2.3.0 +pre-commit>=4.6.1 tomli>=2.4.1; python_version < "3.11" diff --git a/requirements.txt b/requirements.txt index 29cb51d7c..76614ed6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,10 @@ azure-monitor-opentelemetry>=1.8.9,<2.0.0 # Application Insights telemetry # opentelemetry-api>=1.41.1,<2.0.0 # opentelemetry-sdk>=1.41.1,<2.0.0 -azure-cosmos>=4.16.1,<5.0.0 # Cosmos DB client +azure-cosmos>=4.16.3,<5.0.0 # Cosmos DB client azure-functions -openai>=2.45.0 +openai>=2.53.0 colorama>=0.4.6 pytest>=9.1.1 pytest-asyncio>=1.4.0 @@ -31,9 +31,9 @@ tenacity>=9.1.4 # Retry/backoff for provider calls and orchestrator cycles # Dashboard / WebSocket 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.15.0 +python-socketio>=5.16.4 +eventlet>=0.41.1 # Optional async server for SocketIO (can fallback to threading) +gradio>=6.22.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