Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
704edef
build: bump the all-uv-deps group
dependabot[bot] Nov 1, 2025
a370e47
build: bump the all-npm-deps group
dependabot[bot] Nov 1, 2025
ca96006
build: bump openai in /src/ContentProcessor in the all-uv-deps group
dependabot[bot] Nov 1, 2025
33a3e9b
build: bump the all-actions group with 3 updates
dependabot[bot] Nov 1, 2025
6dd4d17
build: bump actions/checkout from 5 to 6 in the all-actions group
dependabot[bot] Dec 1, 2025
730e2c2
build: bump the all-npm-deps group
dependabot[bot] Dec 1, 2025
6b5d766
build: bump openai in /src/ContentProcessor in the all-uv-deps group
dependabot[bot] Dec 1, 2025
152fc4b
build: bump the all-uv-deps group
dependabot[bot] Dec 1, 2025
2bc02dc
build: bump the all-uv-deps group
dependabot[bot] Jan 1, 2026
31dcda3
build: bump the all-npm-deps group
dependabot[bot] Jan 1, 2026
290dc9f
build: bump openai in /src/ContentProcessor in the all-uv-deps group
dependabot[bot] Jan 1, 2026
7e3125e
build: bump the all-actions group with 2 updates
dependabot[bot] Jan 1, 2026
80a974d
Merge pull request #381 from microsoft/main
Roopan-Microsoft Jan 6, 2026
63fc07c
Merge branch 'dependabotchanges' into dev
AjitPadhi-Microsoft Jan 6, 2026
52ed0ad
Merge pull request #382 from microsoft/dev
AjitPadhi-Microsoft Jan 6, 2026
25548ad
Update Deployment Guide with Azure authentication steps
Thanusree-Microsoft Jan 8, 2026
68ddd54
Revert "Merge branch 'dependabotchanges' into dev"
AjitPadhi-Microsoft Jan 12, 2026
804d25e
Merge pull request #390 from microsoft/dev-pipeline-fix
Roopan-Microsoft Jan 12, 2026
865b889
Merge remote-tracking branch 'origin/dev' into dependabotchanges
AjitPadhi-Microsoft Jan 12, 2026
8198bd5
Updated latest library
AjitPadhi-Microsoft Jan 13, 2026
3dd8a07
Fix pywin32 to only install on Windows
AjitPadhi-Microsoft Jan 13, 2026
4bc78c0
updated libs
AjitPadhi-Microsoft Jan 13, 2026
a49ea37
fixed lint issue
AjitPadhi-Microsoft Jan 13, 2026
2158744
updated libs
AjitPadhi-Microsoft Jan 13, 2026
5b4a69e
updated libs
AjitPadhi-Microsoft Jan 13, 2026
28dd42a
updated package
AjitPadhi-Microsoft Jan 13, 2026
bb8333f
Refine VS Code Web deployment instructions
Thanusree-Microsoft Jan 14, 2026
383483e
docs: Updated Deployment Guide
Avijit-Microsoft Jan 14, 2026
fc5864c
Merge pull request #391 from microsoft/upgrade_dependabot
Roopan-Microsoft Jan 14, 2026
65ca78f
fix unit test issue
AjitPadhi-Microsoft Jan 14, 2026
e80e5a8
updated pipeline
AjitPadhi-Microsoft Jan 14, 2026
27a4024
pipeline issue fix
AjitPadhi-Microsoft Jan 14, 2026
57f6a27
reverted branch changes
AjitPadhi-Microsoft Jan 14, 2026
ce82fa6
updated pipline
AjitPadhi-Microsoft Jan 14, 2026
a973009
python version updated
AjitPadhi-Microsoft Jan 14, 2026
7413765
updated requirement
AjitPadhi-Microsoft Jan 14, 2026
6e2d6c8
Merge pull request #397 from microsoft/upgrade_dependabot
Roopan-Microsoft Jan 14, 2026
8560e40
Merge pull request #396 from microsoft/dependabotchanges
Roopan-Microsoft Jan 16, 2026
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
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- main
- dev
- demo
- dependabotchanges
paths:
- 'src/**/*.py'
- 'tests/**/*.py'
Expand All @@ -50,8 +51,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r src/ContentProcessor/requirements.txt
pip install pytest-cov
pip install pytest-asyncio

- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
Expand Down
12 changes: 10 additions & 2 deletions docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,15 @@ Select one of the following options to deploy the Content Processing Solution Ac
- Keep my existing files unchanged
```
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
6. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)

6. **Authenticate with Azure** (VS Code Web requires device code authentication):

```shell
az login --use-device-code
```
> **Note:** In VS Code Web environment, the regular `az login` command may fail. Use the `--use-device-code` flag to authenticate via device code flow. Follow the prompts in the terminal to complete authentication.

7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)

</details>

Expand Down Expand Up @@ -544,4 +552,4 @@ Run the build and push script for your operating system:
./infra/scripts/docker-build.ps1
```

> **Note:** These scripts will deploy your local code changes instead of pulling from the GitHub repository.
> **Note:** These scripts will deploy your local code changes instead of pulling from the GitHub repository.
42 changes: 21 additions & 21 deletions src/ContentProcessor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@ description = "Content Process Gold Standard Solution Accelerator - Content Proc
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"azure-ai-inference>=1.0.0b4",
"azure-appconfiguration>=1.7.1",
"azure-identity>=1.19.0",
"azure-storage-blob>=12.24.1",
"azure-storage-queue>=12.12.0",
"certifi>=2024.12.14",
"charset-normalizer>=3.4.1",
"pandas>=2.2.3",
"azure-ai-inference>=1.0.0b9",
"azure-appconfiguration>=1.7.2",
"azure-identity>=1.25.1",
"azure-storage-blob>=12.28.0",
"azure-storage-queue>=12.15.0",
"certifi>=2026.1.4",
"charset-normalizer>=3.4.4",
"pandas>=2.3.3",
"pdf2image>=1.17.0",
"poppler-utils>=0.1.0",
"pydantic>=2.10.5",
"pydantic-settings>=2.7.1",
"pymongo>=4.11.2",
"python-dotenv>=1.0.1",
"tiktoken>=0.9.0",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pymongo>=4.16.0",
"python-dotenv>=1.2.1",
"tiktoken>=0.12.0",
]


[dependency-groups]
dev = [
"coverage>=7.6.10",
"pydantic>=2.10.5",
"pytest>=8.3.4",
"pytest-asyncio>=0.25.3",
"pytest-cov>=6.0.0",
"pytest-mock>=3.14.0",
"mongomock>=2.3.1",
"ruff>=0.9.1",
"coverage>=7.13.1",
"pydantic>=2.12.5",
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
"mongomock>=4.3.0",
"ruff>=0.14.11",
]

[tool.pytest.ini_options]
Expand Down
75 changes: 52 additions & 23 deletions src/ContentProcessor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,52 @@
azure-appconfiguration>=1.7.1
azure-identity>=1.19.0
azure-storage-blob>=12.24.1
azure-storage-queue>=12.12.0
certifi>=2024.12.14
charset-normalizer>=3.4.1
azure-ai-inference>=1.0.0b4
pandas>=2.2.3
pdf2image>=1.17.0
poppler-utils>=0.1.0
pydantic>=2.10.5
pydantic-settings>=2.7.1
pymongo>=4.11.2
python-dotenv>=1.0.1
tiktoken>=0.9.0
coverage>=7.6.10
pydantic>=2.10.5
pytest>=8.3.4
pytest-asyncio>=0.25.3
pytest-cov>=6.0.0
pytest-mock>=3.14.0
mongomock>=2.3.1
ruff>=0.9.1
annotated-types==0.7.0
azure-ai-inference==1.0.0b9
azure-appconfiguration==1.7.2
azure-core==1.38.0
azure-identity==1.25.1
azure-storage-blob==12.28.0
azure-storage-queue==12.15.0
certifi==2026.1.4
cffi==2.0.0
charset-normalizer==3.4.4
click==8.3.1
colorama==0.4.6
coverage==7.13.1
cryptography==46.0.3
dnspython==2.8.0
idna==3.11
iniconfig==2.3.0
isodate==0.7.2
mongomock==4.3.0
msal==1.34.0
msal-extensions==1.3.1
numpy==2.4.1
packaging==25.0
pandas==2.3.3
pdf2image==1.17.0
pillow==12.1.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
pyjwt==2.10.1
pymongo==4.16.0
pytest==9.0.2
pytest-asyncio==1.3.0
pytest-cov==7.0.0
pytest-mock==3.15.1
python-dateutil==2.9.0.post0
python-dotenv==1.2.1
pytz==2025.2
regex==2025.11.3
requests==2.32.5
ruff==0.14.11
sentinels==1.1.1
six==1.17.0
tiktoken==0.12.0
typing-extensions==4.15.0
typing-inspection==0.4.2
tzdata==2025.3
urllib3==2.6.3
Loading
Loading