Skip to content

Commit 87fe453

Browse files
Merge pull request #898 from microsoft/DependentBotFix_Akhileswar
fix: Dependent bot fix
2 parents be0cfdb + ce0fb52 commit 87fe453

8 files changed

Lines changed: 610 additions & 2255 deletions

File tree

src/App/package-lock.json

Lines changed: 253 additions & 1668 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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@types/node": "^16.18.126",
1717
"@types/react": "^18.3.23",
1818
"@types/react-dom": "^18.3.7",
19-
"axios": "^1.13.5",
2019
"react": "^18.3.1",
2120
"react-dom": "^18.3.1",
2221
"react-markdown": "^10.1.0",
@@ -69,10 +68,14 @@
6968
"jsdom": "^26.1.0",
7069
"rollup": "^4.59.0",
7170
"typescript": "^5.8.3",
72-
"vite": "^7.1.2",
71+
"vite": "7.1.11",
7372
"vitest": "^3.2.4"
7473
},
7574
"overrides": {
76-
"minimatch": "3.1.3"
75+
"minimatch": "3.1.3",
76+
"vite": "7.1.11",
77+
"mdast-util-to-hast": "13.2.1",
78+
"picomatch": "4.0.4",
79+
"js-yaml": "4.1.1"
7780
}
7881
}

src/App/uv.lock

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

src/backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ dependencies = [
3030
"pylint-pydantic==0.3.5",
3131
"pexpect==4.9.0",
3232
"mcp==1.26.0",
33-
"werkzeug==3.1.5",
33+
"werkzeug==3.1.6",
3434
"azure-core==1.38.0",
3535
"agent-framework-azure-ai==1.0.0rc4",
3636
"agent-framework-core==1.0.0rc4",
3737
"agent-framework-orchestrations==1.0.0b260311",
3838
"urllib3==2.6.3",
3939
"protobuf==5.29.6",
40-
"cryptography==46.0.5",
41-
"aiohttp==3.13.3",
40+
"cryptography==46.0.6",
41+
"aiohttp==3.13.4",
4242
"pyasn1==0.6.3",
4343
"nltk==3.9.4",
4444
]

src/backend/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ agent-framework-core==1.0.0rc4
2525
agent-framework-orchestrations==1.0.0b260311
2626

2727
mcp==1.26.0
28-
werkzeug==3.1.5
28+
werkzeug==3.1.6
2929
pylint-pydantic==0.3.5
3030
pexpect==4.9.0
3131
urllib3==2.6.3
3232
protobuf==5.29.6
33-
cryptography==46.0.5
34-
aiohttp==3.13.3
35-
pyasn1==0.6.2
36-
nltk==3.9.3
33+
cryptography==46.0.6
34+
aiohttp==3.13.4
35+
pyasn1==0.6.3
36+
nltk==3.9.4
3737

3838
# Testing tools
3939
pytest==8.4.1

src/backend/uv.lock

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

src/mcp_server/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ authors = [
1313
]
1414
dynamic = ["version"]
1515

16-
# Core runtime dependencies (kept in sync with requirements.txt)
16+
# Core runtime dependencies managed in this pyproject.toml
1717
dependencies = [
18-
"fastmcp==2.14.2",
18+
"fastmcp==3.2.0",
1919
"uvicorn[standard]==0.38.0",
2020
"python-dotenv==1.1.1",
2121
"azure-identity==1.19.0",
2222
"pydantic==2.11.7",
2323
"pydantic-settings==2.6.1",
2424
"python-multipart==0.0.22",
2525
"httpx==0.28.1",
26-
"werkzeug==3.1.5",
26+
"werkzeug==3.1.6",
2727
"urllib3==2.6.3",
2828
"azure-core==1.38.0",
29-
"cryptography==46.0.5",
29+
"cryptography==46.0.6",
3030
]
3131

3232
[project.optional-dependencies]

src/mcp_server/uv.lock

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

0 commit comments

Comments
 (0)