Skip to content
Merged
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
2 changes: 1 addition & 1 deletion infra/scripts/fabric_scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msal==1.31.1
msal==1.34.0
azure-identity
pandas
azure-storage-file-datalake
Expand Down
4 changes: 2 additions & 2 deletions infra/scripts/index_scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/App/backend/plugins/chat_with_data_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def get_answers_from_calltranscripts(
project_index = project_client.indexes.create_or_update(
name=f"project-index-{config.AZURE_SEARCH_INDEX}",
version="1",
body={
index={
"connectionName": config.AZURE_SEARCH_CONNECTION_NAME,
"indexName": config.AZURE_SEARCH_INDEX,
"type": "AzureSearch",
Expand Down
26 changes: 13 additions & 13 deletions src/App/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
isort==6.1.0
pytest-asyncio==1.2.0
pytest-cov==7.0.0
40 changes: 20 additions & 20 deletions src/App/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
semantic_kernel==1.32.0
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
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