Skip to content

Commit f907df1

Browse files
Moderate issues p1 update dependencies in frontend and mcp_server
- Bump vite version from 7.1.2 to 7.1.11 in frontend package.json - Update minimatch and mdast-util-to-hast overrides in frontend package.json - Upgrade werkzeug from 3.1.5 to 3.1.6 in mcp_server pyproject.toml and uv.lock
1 parent 0066919 commit f907df1

7 files changed

Lines changed: 244 additions & 219 deletions

File tree

src/backend/pyproject.toml

Lines changed: 2 additions & 2 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",
4040
"cryptography==46.0.5",
41-
"aiohttp==3.13.3",
41+
"aiohttp==3.13.4",
4242
"pyasn1==0.6.3",
4343
"nltk==3.9.4",
4444
]

src/backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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
3333
cryptography==46.0.5
34-
aiohttp==3.13.3
34+
aiohttp==3.13.4
3535
pyasn1==0.6.3
3636
nltk==3.9.4
3737

src/backend/uv.lock

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

0 commit comments

Comments
 (0)