Skip to content

Commit 0a3a893

Browse files
package upgrade
1 parent 55c24cd commit 0a3a893

7 files changed

Lines changed: 1309 additions & 1150 deletions

File tree

src/backend/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ dependencies = [
2727
"pytest-cov==5.0.0",
2828
"python-dotenv==1.1.1",
2929
"python-multipart==0.0.20",
30-
"semantic-kernel==1.35.3",
30+
"semantic-kernel==1.39.3",
3131
"uvicorn==0.35.0",
3232
"pylint-pydantic==0.3.5",
3333
"pexpect==4.9.0",
34-
"mcp==1.13.1",
34+
"mcp==1.23.0",
35+
"werkzeug==3.1.5",
36+
"azure-core==1.38.0",
3537
"agent-framework>=1.0.0b251105",
3638
]

src/backend/uv.lock

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

src/frontend/package-lock.json

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

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
2121
"react-markdown": "^10.1.0",
22-
"react-router-dom": "^7.6.0",
22+
"react-router-dom": "^7.12.0",
2323
"rehype-prism": "^2.3.3",
2424
"remark-gfm": "^4.0.1",
2525
"web-vitals": "^2.1.4"

src/frontend/uv.lock

Lines changed: 6 additions & 6 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ dynamic = ["version"]
1515

1616
# Core runtime dependencies (kept in sync with requirements.txt)
1717
dependencies = [
18-
"fastmcp==2.13.0",
18+
"fastmcp==2.14.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.18",
2525
"httpx==0.28.1",
26+
"werkzeug==3.1.5",
27+
"urllib3==2.6.3",
2628
]
2729

2830
[project.optional-dependencies]

0 commit comments

Comments
 (0)