Skip to content

Commit 6ae8b02

Browse files
Merge pull request #222 from microsoft/con-mig-depdh
fix: Refactor code structure for improved readability and maintainability
2 parents f9b4b68 + 97c4dce commit 6ae8b02

8 files changed

Lines changed: 197 additions & 341 deletions

File tree

src/backend-api/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies = [
1616
"fastapi[standard]==0.116.1",
1717
"httpx==0.28.1",
1818
"pydantic-settings==2.10.1",
19-
"python-dotenv",
20-
"python-multipart==0.0.22",
19+
"python-dotenv==1.2.2",
20+
"python-multipart==0.0.26",
2121
"protobuf==7.34.0",
2222
"sas-cosmosdb==0.1.4",
2323
"semantic-kernel[azure]==1.40.0",
@@ -34,6 +34,9 @@ override-dependencies = [
3434
"aiohttp==3.13.4",
3535
"azure-core==1.38.0",
3636
"urllib3==2.6.3",
37+
"requests==2.33.0",
38+
"werkzeug==3.1.4",
39+
"pygments==2.20.0",
3740
"black==26.3.1",
3841
"cryptography==46.0.7",
3942
"pyjwt==2.12.0",

src/backend-api/uv.lock

Lines changed: 20 additions & 20 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: 5 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)