Skip to content

Commit 3c2effc

Browse files
Refactor code structure for improved readability and maintainability
1 parent 1fbb362 commit 3c2effc

9 files changed

Lines changed: 2356 additions & 2338 deletions

File tree

src/ContentProcessor/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ tiktoken==0.12.0
5151
typing-extensions==4.15.0
5252
typing-inspection==0.4.2
5353
tzdata==2025.3
54-
urllib3==2.6.3
54+
urllib3==2.7.0

src/ContentProcessor/uv.lock

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

src/ContentProcessorAPI/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ dependencies = [
1717
"pygments==2.20.0",
1818
"pymongo==4.16.0",
1919
"python-dotenv==1.2.2",
20-
"python-multipart==0.0.26",
20+
"python-multipart==0.0.27",
2121
"starlette==1.0.0",
2222
"uvicorn[standard]==0.42.0",
2323
"h11==0.16.0",
24-
"urllib3~=2.6.0",
24+
"urllib3~=2.7.0",
2525
"opentelemetry-api==1.40.0",
2626
"sas-cosmosdb==0.1.4",
2727
"azure-monitor-events-extension>=0.1.0",

src/ContentProcessorAPI/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pygments==2.20.0
4141
pyjwt==2.12.1
4242
pymongo==4.16.0
4343
python-dotenv==1.2.2
44-
python-multipart==0.0.26
44+
python-multipart==0.0.27
4545
pyyaml==6.0.3
4646
requests==2.33.1
4747
rich==14.3.3
@@ -53,7 +53,7 @@ starlette==1.0.0
5353
typer==0.24.1
5454
typing-extensions==4.15.0
5555
typing-inspection==0.4.2
56-
urllib3==2.6.3
56+
urllib3==2.7.0
5757
uvicorn==0.42.0
5858
watchfiles==1.1.1
5959
websockets==16.0

src/ContentProcessorAPI/uv.lock

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

src/ContentProcessorWeb/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"json-edit-react": "^1.29.0",
1717
"node-forge": ">=1.4.0",
1818
"nth-check": "3.0.1",
19-
"postcss": "8.5.8",
19+
"postcss": "8.5.10",
2020
"prismjs": "^1.30.0",
2121
"react": "^19.2.4",
2222
"react-dom": "^19.2.4",
@@ -61,7 +61,6 @@
6161
"@types/node": "^22.15.0",
6262
"@types/react": "^19.2.14",
6363
"@types/react-dom": "^19.2.3",
64-
6564
"@types/react-virtualized": "^9.22.3",
6665
"@types/react-window": "^2.0.0",
6766
"customize-cra": "^1.0.0",
@@ -98,7 +97,7 @@
9897
},
9998
"pnpm": {
10099
"overrides": {
101-
"postcss": "^8.5.6",
100+
"postcss": "8.5.10",
102101
"nth-check": "^2.1.1",
103102
"string_decoder": "^1.3.0",
104103
"typescript": "^5.8.3",
@@ -118,7 +117,10 @@
118117
"yaml": "^2.0.0",
119118
"svgo": "^2.8.1",
120119
"jsonpath": "^1.3.0",
121-
"follow-redirects": "^1.16.0"
120+
"follow-redirects": "^1.16.0",
121+
"axios": "1.15.2",
122+
"fast-uri": "3.1.2",
123+
"@babel/plugin-transform-modules-systemjs": "7.29.4"
122124
},
123125
"onlyBuiltDependencies": [
124126
"@parcel/watcher",

0 commit comments

Comments
 (0)