Skip to content

Commit a9f181d

Browse files
fix: update package versions in requirements and package files
1 parent c1c5b6c commit a9f181d

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
aiohttp==3.13.3
1+
aiohttp==3.13.4
22
azure-identity==1.25.2
33
azure-ai-projects==2.0.0b3

infra/scripts/index_scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ azure-ai-agents==1.2.0b5
55
azure-ai-inference==1.0.0b9
66
agent-framework-core==1.0.0rc2
77
agent-framework-azure-ai==1.0.0rc2
8-
pypdf==6.6.2
8+
pypdf==6.10.0
99
tiktoken==0.12.0
1010
azure-identity==1.25.2
1111
azure-ai-textanalytics==5.3.0

src/App/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"d3-color": "$d3-color",
7171
"nth-check": "$nth-check",
7272
"flatted": "^3.4.2",
73+
"lodash": ">=4.18.0",
7374
"node-forge": "^1.4.0",
7475
"react-scripts": {
7576
"picomatch": "^4.0.4"

src/api/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ pydantic[email]==2.11.10
77

88
# Azure SDK Core
99
azure-core==1.38.0
10-
requests==2.32.5
10+
requests==2.33.0
1111
types-requests==2.32.4.20260107
12-
aiohttp==3.13.3
12+
aiohttp==3.13.4
1313

1414
# Azure Services
1515
azure-identity==1.25.2
@@ -35,6 +35,6 @@ opentelemetry-instrumentation==0.60b0
3535
azure-monitor-opentelemetry==1.8.3
3636

3737
# Development tools
38-
pytest==9.0.2
38+
pytest==9.0.3
3939
pytest-cov==7.0.0
4040
pytest-asyncio==1.3.0

0 commit comments

Comments
 (0)