Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion src/ContentProcessor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
dev = [
"coverage==7.13.2",
"pydantic==2.12.5",
"pytest==9.0.2",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-cov==7.0.0",
"pytest-mock==3.15.1",
Expand Down
6 changes: 3 additions & 3 deletions src/ContentProcessor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ numpy==2.4.1
packaging==25.0
pandas==3.0.0
pdf2image==1.17.0
pillow==12.1.1
pillow==12.2.0
pluggy==1.6.0
poppler-utils==0.1.0
pycparser==2.23
pydantic==2.12.5
pydantic-core==2.41.5
pydantic-settings==2.12.0
pygments==2.19.2
pygments==2.20.0
pyjwt==2.12.1
pymongo==4.16.0
pytest==9.0.2
pytest==9.0.3
Comment thread
Ayaz-Microsoft marked this conversation as resolved.
pytest-asyncio==1.3.0
pytest-cov==7.0.0
pytest-mock==3.15.1
Expand Down
394 changes: 197 additions & 197 deletions src/ContentProcessor/uv.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/ContentProcessorAPI/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ dependencies = [
"poppler-utils==0.1.0",
"pydantic==2.12.5",
"pydantic-settings==2.12.0",
"pygments==2.19.2",
"pygments==2.20.0",
"pymongo==4.16.0",
"python-dotenv==1.2.1",
"python-multipart==0.0.22",
"python-multipart==0.0.26",
"starlette==0.50.0",
"uvicorn[standard]==0.40.0",
"h11==0.16.0",
"urllib3~=2.6.0",
"opentelemetry-api==1.39.1",
"sas-cosmosdb==0.1.4",
"cryptography==46.0.7",
"pyjwt==2.12.0",
"pyjwt==2.12.1",
]

[dependency-groups]
dev = [
"black==26.3.1",
"pytest==9.0.2",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-cov==7.0.0",
"pytest-mock==3.15.1",
Expand Down
6 changes: 3 additions & 3 deletions src/ContentProcessorAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ pydantic==2.12.5
pydantic-core==2.41.5
pydantic-extra-types==2.11.0
pydantic-settings==2.12.0
pygments==2.19.2
pyjwt==2.12.0
pygments==2.20.0
pyjwt==2.12.1
pymongo==4.16.0
python-dotenv==1.2.1
python-multipart==0.0.22
python-multipart==0.0.26
pyyaml==6.0.3
requests==2.33.0
Comment thread
Ayaz-Microsoft marked this conversation as resolved.
Outdated
rich==14.2.0
Expand Down
180 changes: 90 additions & 90 deletions src/ContentProcessorAPI/uv.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/ContentProcessorWeb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,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
11 changes: 6 additions & 5 deletions src/ContentProcessorWeb/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/ContentProcessorWorkflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"sas-cosmosdb==0.1.4",
"sas-storage==1.0.0",
"tenacity==9.1.2",
"authlib==1.6.9",
"authlib==1.6.11",
"protobuf==6.33.6",
"cryptography==46.0.7",
"pyjwt==2.12.1",
Expand All @@ -39,7 +39,7 @@ dependencies = [
dev = [
"black==26.3.1",
"pre-commit==4.5.1",
"pytest==9.0.2",
"pytest==9.0.3",
"pytest-cov==7.0.0",
]

Expand Down
34 changes: 17 additions & 17 deletions src/ContentProcessorWorkflow/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading