Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/ContentProcessorAPI/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies = [
"starlette>=0.49.1",
"uvicorn[standard]>=0.34.0",
"h11==0.16.0",
"urllib3==2.6.0",
]

[dependency-groups]
Expand Down
7 changes: 4 additions & 3 deletions src/ContentProcessorAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,11 @@ typing-inspection==0.4.1 \
# via
# pydantic
# pydantic-settings
urllib3==2.3.0 \
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d
urllib3==2.6.0 \
--hash=sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f \
--hash=sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1
# via
# contentprocessorapi
# requests
# sentry-sdk
uvicorn==0.34.0 \
Expand Down
8 changes: 5 additions & 3 deletions src/ContentProcessorAPI/uv.lock

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

78 changes: 47 additions & 31 deletions src/ContentProcessorWeb/package-lock.json

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

4 changes: 3 additions & 1 deletion src/ContentProcessorWeb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"contentprocessor_web": "file:",
"cra-template-typescript": "1.3.0",
"json-edit-react": "^1.27.2",
"node-forge": ">=1.3.2",
"nth-check": "2.1.1",
"postcss": "8.5.6",
"prismjs": "^1.30.0",
Expand Down Expand Up @@ -83,6 +84,7 @@
"postcss": "^8.5.1",
"nth-check": "^2.1.1",
"string_decoder": "^1.3.0",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"node-forge": "^1.3.2"
}
}
Loading