diff --git a/infra/scripts/fabric_scripts/requirements.txt b/infra/scripts/fabric_scripts/requirements.txt index dfed28de9..84850b6bd 100644 --- a/infra/scripts/fabric_scripts/requirements.txt +++ b/infra/scripts/fabric_scripts/requirements.txt @@ -1,4 +1,4 @@ -msal==1.31.1 +msal==1.34.0 azure-identity pandas azure-storage-file-datalake diff --git a/infra/scripts/index_scripts/requirements.txt b/infra/scripts/index_scripts/requirements.txt index 5dc5b5fab..21809a78e 100644 --- a/infra/scripts/index_scripts/requirements.txt +++ b/infra/scripts/index_scripts/requirements.txt @@ -4,10 +4,10 @@ openai pypdf # pyodbc # tiktoken -msal[broker]==1.31.1 +msal[broker]==1.34.0 azure-identity azure-ai-textanalytics -azure-search-documents==11.6.0b9 +azure-search-documents==11.7.0b1 azure-keyvault-secrets pandas datetime diff --git a/src/App/requirements-dev.txt b/src/App/requirements-dev.txt index 302b39b8b..e0b03d3dc 100644 --- a/src/App/requirements-dev.txt +++ b/src/App/requirements-dev.txt @@ -1,19 +1,19 @@ -r requirements.txt -azure-identity==1.20.0 -openai==1.63.0 -azure-search-documents==11.6.0b9 -azure-storage-blob==12.24.1 -python-dotenv==1.0.1 +azure-identity==1.25.0 +openai==2.0.1 +azure-search-documents==11.7.0b1 +azure-storage-blob==12.26.0 +python-dotenv==1.1.1 azure-cosmos==4.9.0 quart==0.20.0 -uvicorn==0.34.0 -aiohttp==3.11.12 +uvicorn==0.37.0 +aiohttp==3.12.15 quart-session==3.0.0 -pymssql==2.3.2 +pymssql==2.3.7 httpx==0.28.1 -flake8==7.1.2 -black==25.1.0 +flake8==7.3.0 +black==25.9.0 autoflake==2.3.1 -isort==6.0.0 -pytest-asyncio==0.25.3 -pytest-cov==6.0.0 \ No newline at end of file +isort==6.1.0 +pytest-asyncio==1.2.0 +pytest-cov==7.0.0 \ No newline at end of file diff --git a/src/App/requirements.txt b/src/App/requirements.txt index fd1fbf84b..f46143356 100644 --- a/src/App/requirements.txt +++ b/src/App/requirements.txt @@ -1,42 +1,42 @@ # Core requirements -azure-identity==1.23.0 +azure-identity==1.25.0 # Flask[async]==2.3.2 -openai==1.86.0 -azure-storage-blob==12.25.1 -python-dotenv==1.0.1 +openai==2.0.1 +azure-storage-blob==12.26.0 +python-dotenv==1.1.1 azure-cosmos==4.9.0 quart==0.20.0 -uvicorn==0.34.0 -aiohttp==3.12.12 +uvicorn==0.37.0 +aiohttp==3.12.15 quart-session==3.0.0 -pymssql==2.3.2 +pymssql==2.3.7 httpx==0.28.1 # Linting and formatting tools -flake8==7.1.2 -black==25.1.0 +flake8==7.3.0 +black==25.9.0 autoflake==2.3.1 -isort==6.0.0 +isort==6.1.0 # Testing tools pytest>=8.2,<9 # Compatible version for pytest-asyncio -pytest-asyncio==0.24.0 -pytest-cov==5.0.0 +pytest-asyncio==1.2.0 +pytest-cov==7.0.0 pyodbc==5.2.0 semantic_kernel==1.33.0 -azure-search-documents==11.6.0b12 -azure-ai-projects==1.0.0b11 +azure-search-documents==11.7.0b1 +azure-ai-projects==1.0.0 azure-ai-inference==1.0.0b9 opentelemetry-exporter-otlp-proto-grpc opentelemetry-exporter-otlp-proto-http opentelemetry-exporter-otlp-proto-grpc azure-monitor-events-extension -opentelemetry-sdk==1.31.1 -opentelemetry-api==1.31.1 -opentelemetry-semantic-conventions==0.52b1 -opentelemetry-instrumentation==0.52b1 -azure-monitor-opentelemetry==1.6.8 \ No newline at end of file +opentelemetry-sdk==1.37.0 +opentelemetry-api==1.37.0 +opentelemetry-semantic-conventions==0.58b0 +opentelemetry-instrumentation==0.58b0 +azure-monitor-opentelemetry==1.8.1 \ No newline at end of file