File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11-r requirements.txt
2- azure-identity == 1.25.0
3- openai == 2.0 .1
2+ azure-identity == 1.25.1
3+ openai == 2.6 .1
44azure-search-documents == 11.7.0b1
5- azure-storage-blob == 12.26.0
6- python-dotenv == 1.1 .1
7- azure-cosmos == 4.9 .0
5+ azure-storage-blob == 12.27.1
6+ python-dotenv == 1.2 .1
7+ azure-cosmos == 4.14 .0
88quart == 0.20.0
9- uvicorn == 0.37 .0
10- aiohttp == 3.12.15
9+ uvicorn == 0.38 .0
10+ aiohttp == 3.13.2
1111quart-session == 3.0.0
12- pymssql == 2.3.7
12+ pymssql == 2.3.8
1313httpx == 0.28.1
1414flake8 == 7.3.0
1515black == 25.9.0
1616autoflake == 2.3.1
17- isort == 6.1 .0
17+ isort == 7.0 .0
1818pytest-asyncio == 1.2.0
1919pytest-cov == 7.0.0
Original file line number Diff line number Diff line change 11# Core requirements
2- azure-identity == 1.25.0
2+ azure-identity == 1.25.1
33# Flask[async]==2.3.2
4- openai == 2.0 .1
5- azure-storage-blob == 12.26.0
6- python-dotenv == 1.1 .1
7- azure-cosmos == 4.9 .0
4+ openai == 2.6 .1
5+ azure-storage-blob == 12.27.1
6+ python-dotenv == 1.2 .1
7+ azure-cosmos == 4.14 .0
88quart == 0.20.0
9- uvicorn == 0.37 .0
10- aiohttp == 3.12.15
9+ uvicorn == 0.38 .0
10+ aiohttp == 3.13.2
1111quart-session == 3.0.0
12- pymssql == 2.3.7
12+ pymssql == 2.3.8
1313httpx == 0.28.1
1414
1515# Linting and formatting tools
1616flake8 == 7.3.0
1717black == 25.9.0
1818autoflake == 2.3.1
19- isort == 6.1 .0
19+ isort == 7.0 .0
2020
2121# Testing tools
2222pytest >= 8.2 ,< 9 # Compatible version for pytest-asyncio
2323pytest-asyncio == 1.2.0
2424pytest-cov == 7.0.0
2525
26- pyodbc == 5.2 .0
26+ pyodbc == 5.3 .0
2727
2828
29- semantic_kernel == 1.33.0
29+ semantic_kernel == 1.37.1
3030azure-search-documents == 11.7.0b1
3131azure-ai-projects == 1.0.0
3232azure-ai-inference == 1.0.0b9
@@ -35,8 +35,8 @@ opentelemetry-exporter-otlp-proto-grpc
3535opentelemetry-exporter-otlp-proto-http
3636opentelemetry-exporter-otlp-proto-grpc
3737azure-monitor-events-extension
38- opentelemetry-sdk == 1.37 .0
39- opentelemetry-api == 1.37 .0
40- opentelemetry-semantic-conventions == 0.58b0
41- opentelemetry-instrumentation == 0.58b0
38+ opentelemetry-sdk == 1.38 .0
39+ opentelemetry-api == 1.38 .0
40+ opentelemetry-semantic-conventions == 0.59b0
41+ opentelemetry-instrumentation == 0.59b0
4242azure-monitor-opentelemetry == 1.8.1
You can’t perform that action at this time.
0 commit comments