Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ContentProcessor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"pandas==3.0.2",
"pdf2image==1.17.0",
"poppler-utils==0.1.0",
"pydantic==2.13.1",
"pydantic==2.13.3",
"pydantic-settings==2.13.1",
"pymongo==4.16.0",
"python-dotenv==1.2.2",
Expand All @@ -32,7 +32,7 @@ dependencies = [
[dependency-groups]
dev = [
"coverage==7.13.5",
"pydantic==2.13.1",
"pydantic==2.13.3",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-cov==7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions src/ContentProcessor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ numpy==2.4.4
packaging==26.0
pandas==3.0.2
pdf2image==1.17.0
pillow==12.1.1
pillow==12.2.0
pluggy==1.6.0
poppler-utils==0.1.0
pycparser==3.0
pydantic==2.13.1
pydantic-core==2.46.1
pydantic==2.13.3
pydantic-core==2.46.3
pydantic-settings==2.13.1
pygments==2.20.0
pyjwt==2.12.1
pymongo==4.16.0
pytest==9.0.2
pytest==9.0.3
pytest-asyncio==1.3.0
pytest-cov==7.1.0
pytest-mock==3.15.1
Expand Down
3,963 changes: 1,984 additions & 1,979 deletions src/ContentProcessor/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ContentProcessorAPI/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"certifi==2026.2.25",
"fastapi[standard]==0.135.2",
"poppler-utils==0.1.0",
"pydantic==2.13.1",
"pydantic==2.13.3",
"pydantic-settings==2.13.1",
"pygments==2.20.0",
"pymongo==4.16.0",
Expand Down
6 changes: 3 additions & 3 deletions src/ContentProcessorAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ msal==1.35.1
msal-extensions==1.3.1
poppler-utils==0.1.0
pycparser==3.0
pydantic==2.13.1
pydantic-core==2.46.1
pydantic==2.13.3
pydantic-core==2.46.3
pydantic-extra-types==2.11.1
pydantic-settings==2.13.1
pygments==2.20.0
pyjwt==2.12.1
pymongo==4.16.0
python-dotenv==1.2.2
python-multipart==0.0.22
python-multipart==0.0.26
pyyaml==6.0.3
requests==2.33.1
rich==14.3.3
Expand Down
3,018 changes: 1,511 additions & 1,507 deletions src/ContentProcessorAPI/uv.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/ContentProcessorWeb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
]
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/js": "^9.39.2",
"eslint": "^8.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
Comment on lines 55 to 60
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

devDependencies defines eslint twice. JSON allows duplicate keys in some parsers but behavior is last-one-wins and it's easy to miss during maintenance; please remove one of the duplicate eslint entries and keep a single version constraint.

Copilot uses AI. Check for mistakes.
Expand Down Expand Up @@ -117,7 +118,8 @@
"webpack-dev-server": "^5.2.1",
"yaml": "^2.0.0",
"svgo": "^2.8.1",
"jsonpath": "^1.3.0"
"jsonpath": "^1.3.0",
"follow-redirects": "^1.16.0"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
Expand Down
Loading
Loading