Skip to content

Commit 33e33e2

Browse files
Update dependency versions and clean up unused packages in configuration files
1 parent 6c79997 commit 33e33e2

5 files changed

Lines changed: 5 additions & 12 deletions

File tree

src/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"overrides": {
7474
"minimatch": "3.1.3",
7575
"vite": "7.1.11",
76-
"mdast-util-to-hast": "^13.2.1",
77-
"picomatch": "^4.0.4",
78-
"js-yaml": "^4.1.1"
76+
"mdast-util-to-hast": "13.2.1",
77+
"picomatch": "4.0.4",
78+
"js-yaml": "4.1.1"
7979
}
8080
}

src/frontend/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ dependencies = [
1111
"azure-identity",
1212
"python-dotenv",
1313
"python-multipart",
14-
"pyjwt[crypto]==2.12.0",
15-
"cryptography==46.0.6",
1614
]

src/frontend/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ uvicorn[standard]
44
jinja2
55
azure-identity
66
python-dotenv
7-
python-multipart
8-
pyjwt[crypto]==2.12.0
7+
python-multipart

src/frontend/uv.lock

Lines changed: 0 additions & 4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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 = [
1818
"fastmcp==3.2.0",
1919
"uvicorn[standard]==0.38.0",

0 commit comments

Comments
 (0)