Skip to content

Commit 0066919

Browse files
clean up empty code change sections in the changes log- high and critical issues
1 parent 00bd39b commit 0066919

6 files changed

Lines changed: 83 additions & 312 deletions

File tree

src/backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ urllib3==2.6.3
3232
protobuf==5.29.6
3333
cryptography==46.0.5
3434
aiohttp==3.13.3
35-
pyasn1==0.6.2
36-
nltk==3.9.3
35+
pyasn1==0.6.3
36+
nltk==3.9.4
3737

3838
# Testing tools
3939
pytest==8.4.1

src/frontend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ dependencies = [
1111
"azure-identity",
1212
"python-dotenv",
1313
"python-multipart",
14+
"pyjwt[crypto]==2.12.0",
1415
]

src/frontend/requirements.txt

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

src/frontend/uv.lock

Lines changed: 5 additions & 3 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
@@ -15,7 +15,7 @@ dynamic = ["version"]
1515

1616
# Core runtime dependencies (kept in sync with requirements.txt)
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",

0 commit comments

Comments
 (0)