File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11-r requirements.txt
2- azure-identity == 1.24 .0
3- openai == 1.102.0
4- azure-search-documents == 11.6.0b12
2+ azure-identity == 1.25 .0
3+ openai == 2.0.1
4+ azure-search-documents == 11.7.0b1
55azure-storage-blob == 12.26.0
66python-dotenv == 1.1.1
77azure-cosmos == 4.9.0
88quart == 0.20.0
9- uvicorn == 0.35 .0
9+ uvicorn == 0.37 .0
1010aiohttp == 3.12.15
1111quart-session == 3.0.0
1212pymssql == 2.3.7
1313httpx == 0.28.1
1414flake8 == 7.3.0
15- black == 25.1 .0
15+ black == 25.9 .0
1616autoflake == 2.3.1
17- isort == 6.0.1
18- pytest-asyncio == 1.1 .0
19- pytest-cov == 6.2.1
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.24 .0
2+ azure-identity == 1.25 .0
33# Flask[async]==2.3.2
4- openai == 1.102.0
4+ openai == 2.0.1
55azure-storage-blob == 12.26.0
66python-dotenv == 1.1.1
77azure-cosmos == 4.9.0
88quart == 0.20.0
9- uvicorn == 0.35 .0
9+ uvicorn == 0.37 .0
1010aiohttp == 3.12.15
1111quart-session == 3.0.0
1212pymssql == 2.3.7
1313httpx == 0.28.1
1414
1515# Linting and formatting tools
1616flake8 == 7.3.0
17- black == 25.1 .0
17+ black == 25.9 .0
1818autoflake == 2.3.1
19- isort == 6.0.1
19+ isort == 6.1.0
2020
2121# Testing tools
2222pytest >= 8.2 ,< 9 # Compatible version for pytest-asyncio
23- pytest-asyncio == 1.1 .0
24- pytest-cov == 6.2.1
23+ pytest-asyncio == 1.2 .0
24+ pytest-cov == 7.0.0
2525
2626pyodbc == 5.2.0
2727
2828
2929semantic_kernel == 1.33.0
30- azure-search-documents == 11.6.0b12
30+ azure-search-documents == 11.7.0b1
3131azure-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.36 .0
39- opentelemetry-api == 1.36 .0
40- opentelemetry-semantic-conventions == 0.57b0
41- opentelemetry-instrumentation == 0.57b0
42- azure-monitor-opentelemetry == 1.7.0
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