Skip to content

Commit 6c79997

Browse files
low priority Refactor code structure for improved readability and maintainability
1 parent 66305f1 commit 6c79997

7 files changed

Lines changed: 174 additions & 164 deletions

File tree

src/backend/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ dependencies = [
3737
"agent-framework-orchestrations==1.0.0b260311",
3838
"urllib3==2.6.3",
3939
"protobuf==5.29.6",
40-
"cryptography==46.0.5",
40+
"cryptography==46.0.6",
4141
"aiohttp==3.13.4",
4242
"pyasn1==0.6.3",
4343
"nltk==3.9.4",
4444
"requests==2.33.0",
45+
"pygments==2.20.0",
4546
]

src/backend/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ 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
33+
cryptography==46.0.6
3434
aiohttp==3.13.4
3535
pyasn1==0.6.3
3636
nltk==3.9.4
3737
requests==2.33.0
38+
pygments==2.20.0
3839

3940
# Testing tools
4041
pytest==8.4.1

src/backend/uv.lock

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

src/frontend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ dependencies = [
1212
"python-dotenv",
1313
"python-multipart",
1414
"pyjwt[crypto]==2.12.0",
15+
"cryptography==46.0.6",
1516
]

src/frontend/uv.lock

Lines changed: 53 additions & 51 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ dependencies = [
2626
"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
"requests==2.33.0",
31+
"pygments==2.20.0",
3132
]
3233

3334
[project.optional-dependencies]

src/mcp_server/uv.lock

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

0 commit comments

Comments
 (0)