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/agent_scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp==3.13.3
aiohttp==3.13.4
azure-identity==1.25.2
azure-ai-projects==2.0.0b3
2 changes: 1 addition & 1 deletion infra/scripts/index_scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ azure-ai-agents==1.2.0b5
azure-ai-inference==1.0.0b9
agent-framework-core==1.0.0rc2
agent-framework-azure-ai==1.0.0rc2
pypdf==6.6.2
pypdf==6.10.0
tiktoken==0.12.0
azure-identity==1.25.2
azure-ai-textanalytics==5.3.0
Expand Down
6 changes: 3 additions & 3 deletions src/App/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"d3-color": "$d3-color",
"nth-check": "$nth-check",
"flatted": "^3.4.2",
"lodash": "4.18.1",
"node-forge": "^1.4.0",
"react-scripts": {
"picomatch": "^4.0.4"
Expand Down
8 changes: 4 additions & 4 deletions src/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pydantic[email]==2.11.10

# Azure SDK Core
azure-core==1.38.0
requests==2.32.5
types-requests==2.32.4.20260107
aiohttp==3.13.3
requests==2.33.0
types-requests==2.33.0.20260408
aiohttp==3.13.4

# Azure Services
azure-identity==1.25.2
Expand All @@ -35,6 +35,6 @@ opentelemetry-instrumentation==0.60b0
azure-monitor-opentelemetry==1.8.3

# Development tools
pytest==9.0.2
pytest==9.0.3
pytest-cov==7.0.0
pytest-asyncio==1.3.0
Loading