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
2 changes: 1 addition & 1 deletion src/ContentProcessor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"python-dotenv==1.2.2",
"tiktoken==0.12.0",
"protobuf==6.33.6",
"pyjwt==2.12.1",
"pyjwt==2.13.0",
"pyasn1==0.6.3",
]
Comment thread
Ayaz-Microsoft marked this conversation as resolved.

Expand Down
267 changes: 141 additions & 126 deletions src/ContentProcessor/uv.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/ContentProcessorWeb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-i18next": "^16.5.4",
"react-medium-image-zoom": "^5.4.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.13.2",
"react-router-dom": "7.15.1",
"react-scripts": "^5.0.1",
"react-toastify": "^11.0.5",
"react-virtualized": "^9.22.6",
Expand Down Expand Up @@ -109,20 +109,20 @@
"lodash": "^4.17.24",
"path-to-regexp": "^0.1.13",
"picomatch": "^2.3.2",
"qs": "^6.14.2",
"qs": "6.15.2",
"rollup": "^2.80.0",
"serialize-javascript": "^7.0.5",
"underscore": "^1.13.8",
"webpack-dev-server": "^5.2.1",
"webpack-dev-server": "5.2.4",
"yaml": "^2.0.0",
"svgo": "^2.8.1",
"jsonpath": "^1.3.0",
"follow-redirects": "^1.16.0",
"axios": "1.15.2",
"axios": "1.16.0",
"fast-uri": "3.1.2",
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"@ungap/structured-clone": "1.3.1",
"uuid": "11.1.0"
"uuid": "11.1.1"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
Expand Down
70 changes: 35 additions & 35 deletions src/ContentProcessorWeb/pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions src/ContentProcessorWorkflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"agent-framework==1.3.0",
"aiohttp==3.13.5",
"aiohttp==3.14.1",
"art==6.5",
"azure-ai-agents==1.2.0b5",
"azure-ai-inference==1.0.0b9",
Expand All @@ -24,15 +24,15 @@ dependencies = [
"mcp==1.25.0",
"openai==2.15.0",
"psutil==7.2.1",
"python-multipart==0.0.27",
"python-multipart==0.0.31",
"pytz==2025.2",
"sas-cosmosdb==0.1.4",
"sas-storage==1.0.0",
"tenacity==9.1.2",
"authlib==1.6.12",
"protobuf==6.33.6",
"cryptography==46.0.7",
"pyjwt==2.12.1",
"cryptography==48.0.1",
"pyjwt==2.13.0",
"pyasn1==0.6.3",
Comment on lines 33 to 36
]

Expand Down
Loading
Loading