Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions dataset-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# 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
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
4 changes: 2 additions & 2 deletions docs/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docutils<0.21
m2r2==0.3.3.post2
docutils<0.24
m2r2==0.3.4
4 changes: 2 additions & 2 deletions mount/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion my-agent-0b2avt/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading