Skip to content

Commit fa99662

Browse files
fix: resolve merge conflicts with dev, keep latest package versions
Resolved 9 conflicting files by keeping the latest version of each package: - pydantic 2.13.3, pydantic-core 2.46.3 (from PR branch, newer) - pillow 12.2.0 (from PR branch, newer) - coverage 7.13.5, pytest-cov 7.1.0 (from dev, newer) - pydantic-settings 2.13.1, starlette 1.0.0, uvicorn 0.42.0 (from dev, newer) - Regenerated uv.lock files with uv lock - Regenerated pnpm-lock.yaml with pnpm install Tested locally - frontend build succeeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2 parents 3259305 + 33c774d commit fa99662

21 files changed

Lines changed: 1001 additions & 1211 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ dependencies = [
1111
"azure-identity==1.26.0b1",
1212
"azure-storage-blob==12.29.0b1",
1313
"azure-storage-queue==12.16.0b1",
14-
"certifi==2026.1.4",
15-
"charset-normalizer==3.4.4",
14+
"certifi==2026.2.25",
15+
"charset-normalizer==3.4.6",
1616
"opentelemetry-api==1.39.1",
17-
"pandas==3.0.0",
17+
"pandas==3.0.2",
1818
"pdf2image==1.17.0",
1919
"poppler-utils==0.1.0",
20-
"pydantic==2.12.5",
21-
"pydantic-settings==2.12.0",
20+
"pydantic==2.13.3",
21+
"pydantic-settings==2.13.1",
2222
"pymongo==4.16.0",
23-
"python-dotenv==1.2.1",
23+
"python-dotenv==1.2.2",
2424
"tiktoken==0.12.0",
2525
"protobuf==6.33.6",
2626
"pyjwt==2.12.1",
@@ -30,14 +30,14 @@ dependencies = [
3030

3131
[dependency-groups]
3232
dev = [
33-
"coverage==7.13.2",
34-
"pydantic==2.12.5",
33+
"coverage==7.13.5",
34+
"pydantic==2.13.3",
3535
"pytest==9.0.3",
3636
"pytest-asyncio==1.3.0",
37-
"pytest-cov==7.0.0",
37+
"pytest-cov==7.1.0",
3838
"pytest-mock==3.15.1",
3939
"mongomock==4.3.0",
40-
"ruff==0.14.14",
40+
"ruff==0.15.8",
4141
]
4242

4343
[tool.pytest.ini_options]

src/ContentProcessor/uv.lock

Lines changed: 497 additions & 468 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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"azure-appconfiguration==1.7.2",
9-
"azure-identity==1.25.1",
10-
"azure-storage-blob==12.28.0",
11-
"azure-storage-queue==12.15.0",
12-
"certifi==2026.1.4",
13-
"fastapi[standard]==0.128.0",
8+
"azure-appconfiguration==1.8.0",
9+
"azure-identity==1.26.0b1",
10+
"azure-storage-blob==12.29.0b1",
11+
"azure-storage-queue==12.16.0b1",
12+
"certifi==2026.2.25",
13+
"fastapi[standard]==0.135.2",
1414
"poppler-utils==0.1.0",
15-
"pydantic==2.12.5",
16-
"pydantic-settings==2.12.0",
15+
"pydantic==2.13.3",
16+
"pydantic-settings==2.13.1",
1717
"pygments==2.20.0",
1818
"pymongo==4.16.0",
19-
"python-dotenv==1.2.1",
19+
"python-dotenv==1.2.2",
2020
"python-multipart==0.0.26",
21-
"starlette==0.50.0",
22-
"uvicorn[standard]==0.40.0",
21+
"starlette==1.0.0",
22+
"uvicorn[standard]==0.42.0",
2323
"h11==0.16.0",
2424
"urllib3~=2.6.0",
2525
"opentelemetry-api==1.39.1",
@@ -33,11 +33,11 @@ dev = [
3333
"black==26.3.1",
3434
"pytest==9.0.3",
3535
"pytest-asyncio==1.3.0",
36-
"pytest-cov==7.0.0",
36+
"pytest-cov==7.1.0",
3737
"pytest-mock==3.15.1",
38-
"coverage==7.13.1",
38+
"coverage==7.13.5",
3939
"pre-commit==4.5.1",
40-
"ruff==0.14.11",
40+
"ruff==0.15.8",
4141
]
4242

4343
[tool.ruff.format]

src/ContentProcessorAPI/uv.lock

Lines changed: 222 additions & 208 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: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
"dependencies": {
77
"@azure/msal-browser": "^5.6.2",
88
"@azure/msal-react": "^5.2.0",
9-
"@fluentui/react-button": "^9.8.0",
109
"@fluentui/react-components": "^9.73.6",
11-
"@fluentui/react-dialog": "^9.16.6",
1210
"@fluentui/react-icons": "^2.0.245",
1311
"@reduxjs/toolkit": "^2.11.2",
14-
"axios": "^1.14.0",
1512
"babel-preset-react-app": "^10.1.0",
1613
"contentprocessor_web": "file:",
1714
"cra-template-typescript": "1.3.0",
@@ -62,12 +59,14 @@
6259
"@testing-library/react": "^16.3.2",
6360
"@testing-library/user-event": "^14.6.1",
6461
"@types/jest": "^30.0.0",
62+
"@types/node": "^22.15.0",
6563
"@types/react": "^19.2.14",
6664
"@types/react-dom": "^19.2.3",
67-
"@types/react-router-dom": "^5.3.3",
65+
6866
"@types/react-virtualized": "^9.22.3",
6967
"@types/react-window": "^2.0.0",
7068
"customize-cra": "^1.0.0",
69+
"eslint": "^8.57.0",
7170
"gh-pages": "^6.3.0",
7271
"globals": "^17.4.0",
7372
"husky": "^9.1.7",
@@ -76,7 +75,7 @@
7675
"react-tiff": "^0.0.16",
7776
"sass": "^1.98.0",
7877
"sass-loader": "^16.0.7",
79-
"typescript": "^6.0.2",
78+
"typescript": "^5.8.3",
8079
"typescript-eslint": "^8.58.0"
8180
},
8281
"compilerOptions": {
@@ -103,10 +102,9 @@
103102
"postcss": "^8.5.6",
104103
"nth-check": "^2.1.1",
105104
"string_decoder": "^1.3.0",
106-
"typescript": "^4.9.5",
105+
"typescript": "^5.8.3",
107106
"node-forge": "^1.4.0",
108107
"@tootallnate/once": "^3.0.1",
109-
"axios": "^1.15.0",
110108
"brace-expansion": "^2.0.3",
111109
"flatted": "^3.4.2",
112110
"immutable": "^5.1.5",

0 commit comments

Comments
 (0)