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
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
63 changes: 40 additions & 23 deletions src/ContentProcessor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
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
cryptography==46.0.3
dnspython==2.8.0
idna==3.11
isodate==0.7.2
msal==1.34.0
msal-extensions==1.3.1
numpy==2.4.1
pandas==2.3.3
pdf2image==1.17.0
pillow==12.1.0
poppler-utils==0.1.0
pycparser==2.23
pydantic==2.12.5
pydantic-core==2.41.5
pydantic-settings==2.12.0
pyjwt==2.10.1
pymongo==4.16.0
python-dateutil==2.9.0.post0
python-dotenv==1.2.1
pytz==2025.2
regex==2025.11.3
requests==2.32.5
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
1,187 changes: 730 additions & 457 deletions src/ContentProcessor/uv.lock

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions src/ContentProcessorAPI/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"azure-appconfiguration>=1.7.1",
"azure-identity>=1.20.0",
"azure-storage-blob>=12.24.1",
"azure-storage-queue>=12.12.0",
"certifi>=2024.12.14",
"fastapi[standard]>=0.115.7",
"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",
"fastapi[standard]>=0.128.0",
"poppler-utils>=0.1.0",
"pydantic>=2.10.6",
"pydantic-settings>=2.8.0",
"pygments>=2.19.1",
"pymongo>=4.11.1",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pygments>=2.19.2",
"pymongo>=4.16.0",
"python-dotenv>=1.0.1",
"starlette>=0.49.1",
"uvicorn[standard]>=0.34.0",
"h11==0.16.0",
"urllib3==2.6.0",
"h11>=0.16.0",
"urllib3~=2.6.0",
]

[dependency-groups]
dev = [
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"pytest-mock>=3.14.0",
"coverage>=7.6.10",
"pre-commit>=4.1.0",
"ruff>=0.9.3",
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
"coverage>=7.13.1",
"pre-commit>=4.5.1",
"ruff>=0.14.11",
]
Loading