Skip to content

Commit 94adfec

Browse files
fix: Refactor code structure for improved readability and maintainability
2 parents 868a183 + 13ad98e commit 94adfec

8 files changed

Lines changed: 434 additions & 389 deletions

File tree

src/backend-api/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"httpx==0.28.1",
1818
"pydantic-settings==2.13.1",
1919
"python-dotenv==1.2.2",
20-
"python-multipart==0.0.27",
20+
"python-multipart==0.0.31",
2121
"protobuf==7.34.0",
2222
"sas-cosmosdb==0.1.5",
2323
"semantic-kernel[azure]==1.41.1",
@@ -34,14 +34,14 @@ omit = ["src/tests/*"]
3434
override-dependencies = [
3535
"av==16.0.0",
3636
"starlette==0.49.1",
37-
"aiohttp==3.13.4",
37+
"aiohttp==3.14.1",
3838
"azure-core==1.38.0",
3939
"urllib3==2.7.0",
4040
"requests==2.33.0",
4141
"werkzeug==3.1.6",
4242
"pygments==2.20.0",
4343
"black==26.3.1",
44-
"cryptography==46.0.7",
44+
"cryptography==48.0.1",
4545
"pyjwt==2.12.0",
4646
"pyopenssl==26.0.0",
4747
"idna==3.15",

src/backend-api/uv.lock

Lines changed: 137 additions & 122 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: 122 additions & 112 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
@@ -62,7 +62,7 @@
6262
"vite-plugin-svgr": "^5.0.0"
6363
},
6464
"overrides": {
65-
"form-data": "^4.0.5",
65+
"form-data": "^4.0.6",
6666
"minimatch": "9.0.7",
6767
"flatted": "3.4.2",
6868
"glob": "10.5.0",

src/frontend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ uvicorn[standard]==0.35.0
44
jinja2==3.1.6
55
azure-identity==1.24.0
66
python-dotenv==1.2.2
7-
python-multipart==0.0.27
7+
python-multipart==0.0.31

src/processor/package-lock.json

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

src/processor/pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77
dependencies = [
88
"agent-framework==1.3.0",
99
"agent-framework-orchestrations==1.0.0b260507",
10-
"aiohttp==3.13.5",
10+
"aiohttp==3.14.1",
1111
"art==6.5",
1212
"azure-ai-agents==1.2.0b5",
1313
"azure-ai-inference==1.0.0b9",
@@ -64,4 +64,9 @@ override-dependencies = [
6464
"urllib3==2.7.0",
6565
"authlib==1.7.1",
6666
"idna==3.15",
67+
"starlette==1.3.1",
68+
"python-multipart==0.0.31",
69+
"pyjwt==2.13.0",
70+
"cryptography==48.0.1",
71+
"pydantic-settings==2.14.2",
6772
]

src/processor/uv.lock

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

0 commit comments

Comments
 (0)