Skip to content

Commit 28dd42a

Browse files
updated package
1 parent 5b4a69e commit 28dd42a

File tree

5 files changed

+110
-1375
lines changed

5 files changed

+110
-1375
lines changed

src/ContentProcessor/pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,34 @@ description = "Content Process Gold Standard Solution Accelerator - Content Proc
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"azure-ai-inference>=1.0.0b4",
8+
"azure-ai-inference>=1.0.0b9",
99
"azure-appconfiguration>=1.7.2",
10-
"azure-identity>=1.21.0",
10+
"azure-identity>=1.25.1",
1111
"azure-storage-blob>=12.28.0",
12-
"azure-storage-queue>=12.13.0",
13-
"certifi>=2024.12.14",
14-
"charset-normalizer>=3.4.1",
15-
"pandas>=2.2.3",
12+
"azure-storage-queue>=12.15.0",
13+
"certifi>=2026.1.4",
14+
"charset-normalizer>=3.4.4",
15+
"pandas>=2.3.3",
1616
"pdf2image>=1.17.0",
1717
"poppler-utils>=0.1.0",
18-
"pydantic>=2.10.0",
19-
"pydantic-settings>=2.8.0",
20-
"pymongo>=4.11.0",
21-
"python-dotenv>=1.0.1",
22-
"tiktoken>=0.9.0",
18+
"pydantic>=2.12.5",
19+
"pydantic-settings>=2.12.0",
20+
"pymongo>=4.16.0",
21+
"python-dotenv>=1.2.1",
22+
"tiktoken>=0.12.0",
2323
]
2424

2525

2626
[dependency-groups]
2727
dev = [
28-
"coverage>=7.6.10",
29-
"pydantic>=2.10.0",
30-
"pytest>=8.3.4",
31-
"pytest-asyncio>=0.25.0",
32-
"pytest-cov>=6.0.0",
33-
"pytest-mock>=3.14.0",
34-
"mongomock>=2.3.1",
35-
"ruff>=0.9.3",
28+
"coverage>=7.13.1",
29+
"pydantic>=2.12.5",
30+
"pytest>=9.0.2",
31+
"pytest-asyncio>=1.3.0",
32+
"pytest-cov>=7.0.0",
33+
"pytest-mock>=3.15.1",
34+
"mongomock>=4.3.0",
35+
"ruff>=0.14.11",
3636
]
3737

3838
[tool.pytest.ini_options]

src/ContentProcessor/uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorAPI/pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"azure-appconfiguration>=1.7.2",
9-
"azure-identity>=1.23.0",
9+
"azure-identity>=1.25.1",
1010
"azure-storage-blob>=12.28.0",
1111
"azure-storage-queue>=12.15.0",
12-
"certifi>=2024.12.14",
13-
"fastapi[standard]>=0.115.0",
12+
"certifi>=2026.1.4",
13+
"fastapi[standard]>=0.128.0",
1414
"poppler-utils>=0.1.0",
15-
"pydantic>=2.10.0",
16-
"pydantic-settings>=2.8.0",
17-
"pygments>=2.19.0",
18-
"pymongo>=4.11.0",
15+
"pydantic>=2.12.5",
16+
"pydantic-settings>=2.12.0",
17+
"pygments>=2.19.2",
18+
"pymongo>=4.16.0",
1919
"python-dotenv>=1.0.1",
2020
"starlette>=0.49.1",
2121
"uvicorn[standard]>=0.34.0",
22-
"h11~=0.16.0",
22+
"h11>=0.16.0",
2323
"urllib3~=2.6.0",
2424
]
2525

2626
[dependency-groups]
2727
dev = [
28-
"pytest>=8.3.4",
29-
"pytest-cov>=6.0.0",
30-
"pytest-mock>=3.14.0",
31-
"coverage>=7.6.10",
32-
"pre-commit>=4.1.0",
33-
"ruff>=0.9.3",
28+
"pytest>=9.0.2",
29+
"pytest-cov>=7.0.0",
30+
"pytest-mock>=3.15.1",
31+
"coverage>=7.13.1",
32+
"pre-commit>=4.5.1",
33+
"ruff>=0.14.11",
3434
]

0 commit comments

Comments
 (0)