File tree Expand file tree Collapse file tree 5 files changed +37
-37
lines changed Expand file tree Collapse file tree 5 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 1- msal == 1.31.1
1+ msal == 1.34.0
22azure-identity
33pandas
44azure-storage-file-datalake
Original file line number Diff line number Diff line change 44pypdf
55# pyodbc
66# tiktoken
7- msal [broker ]== 1.31.1
7+ msal [broker ]== 1.34.0
88azure-identity
99azure-ai-textanalytics
10- azure-search-documents == 11.6.0b9
10+ azure-search-documents == 11.7.0b1
1111azure-keyvault-secrets
1212pandas
1313datetime
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ async def get_answers_from_calltranscripts(
154154 project_index = project_client .indexes .create_or_update (
155155 name = f"project-index-{ config .AZURE_SEARCH_INDEX } " ,
156156 version = "1" ,
157- body = {
157+ index = {
158158 "connectionName" : config .AZURE_SEARCH_CONNECTION_NAME ,
159159 "indexName" : config .AZURE_SEARCH_INDEX ,
160160 "type" : "AzureSearch" ,
Original file line number Diff line number Diff line change 11-r requirements.txt
2- azure-identity == 1.20 .0
3- openai == 1.63.0
4- azure-search-documents == 11.6.0b9
5- azure-storage-blob == 12.24.1
6- python-dotenv == 1.0 .1
2+ azure-identity == 1.25 .0
3+ openai == 2.0.1
4+ azure-search-documents == 11.7.0b1
5+ azure-storage-blob == 12.26.0
6+ python-dotenv == 1.1 .1
77azure-cosmos == 4.9.0
88quart == 0.20.0
9- uvicorn == 0.34 .0
10- aiohttp == 3.11.12
9+ uvicorn == 0.37 .0
10+ aiohttp == 3.12.15
1111quart-session == 3.0.0
12- pymssql == 2.3.2
12+ pymssql == 2.3.7
1313httpx == 0.28.1
14- flake8 == 7.1.2
15- black == 25.1 .0
14+ flake8 == 7.3.0
15+ black == 25.9 .0
1616autoflake == 2.3.1
17- isort == 6.0 .0
18- pytest-asyncio == 0.25.3
19- pytest-cov == 6 .0.0
17+ isort == 6.1 .0
18+ pytest-asyncio == 1.2.0
19+ pytest-cov == 7 .0.0
Original file line number Diff line number Diff line change 11# Core requirements
2- azure-identity == 1.23 .0
2+ azure-identity == 1.25 .0
33# Flask[async]==2.3.2
4- openai == 1.86.0
5- azure-storage-blob == 12.25.1
6- python-dotenv == 1.0 .1
4+ openai == 2.0.1
5+ azure-storage-blob == 12.26.0
6+ python-dotenv == 1.1 .1
77azure-cosmos == 4.9.0
88quart == 0.20.0
9- uvicorn == 0.34 .0
10- aiohttp == 3.12.12
9+ uvicorn == 0.37 .0
10+ aiohttp == 3.12.15
1111quart-session == 3.0.0
12- pymssql == 2.3.2
12+ pymssql == 2.3.7
1313httpx == 0.28.1
1414
1515# Linting and formatting tools
16- flake8 == 7.1.2
17- black == 25.1 .0
16+ flake8 == 7.3.0
17+ black == 25.9 .0
1818autoflake == 2.3.1
19- isort == 6.0 .0
19+ isort == 6.1 .0
2020
2121# Testing tools
2222pytest >= 8.2 ,< 9 # Compatible version for pytest-asyncio
23- pytest-asyncio == 0.24 .0
24- pytest-cov == 5 .0.0
23+ pytest-asyncio == 1.2 .0
24+ pytest-cov == 7 .0.0
2525
2626pyodbc == 5.2.0
2727
2828
29- semantic_kernel == 1.33 .0
30- azure-search-documents == 11.6.0b12
31- azure-ai-projects == 1.0.0b11
29+ semantic_kernel == 1.32 .0
30+ azure-search-documents == 11.7.0b1
31+ azure-ai-projects == 1.0.0
3232azure-ai-inference == 1.0.0b9
3333
3434opentelemetry-exporter-otlp-proto-grpc
3535opentelemetry-exporter-otlp-proto-http
3636opentelemetry-exporter-otlp-proto-grpc
3737azure-monitor-events-extension
38- opentelemetry-sdk == 1.31.1
39- opentelemetry-api == 1.31.1
40- opentelemetry-semantic-conventions == 0.52b1
41- opentelemetry-instrumentation == 0.52b1
42- azure-monitor-opentelemetry == 1.6.8
38+ opentelemetry-sdk == 1.37.0
39+ opentelemetry-api == 1.37.0
40+ opentelemetry-semantic-conventions == 0.58b0
41+ opentelemetry-instrumentation == 0.58b0
42+ azure-monitor-opentelemetry == 1.8.1
You can’t perform that action at this time.
0 commit comments