Skip to content

Commit 5dfa297

Browse files
Update dependencies to specific versions across multiple files
1 parent 77f62a0 commit 5dfa297

8 files changed

Lines changed: 190 additions & 190 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,39 @@ description = "Content Process Gold Standard Solution Accelerator - Content Proc
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"agent-framework>=1.0.0b260127",
9-
"azure-ai-inference>=1.0.0b9",
10-
"azure-appconfiguration>=1.7.2",
11-
"azure-identity>=1.25.1",
12-
"azure-storage-blob>=12.28.0",
13-
"azure-storage-queue>=12.15.0",
14-
"certifi>=2026.1.4",
15-
"charset-normalizer>=3.4.4",
16-
"opentelemetry-api>=1.39.1",
17-
"pandas>=2.3.3",
18-
"pdf2image>=1.17.0",
19-
"poppler-utils>=0.1.0",
20-
"pydantic>=2.12.5",
21-
"pydantic-settings>=2.12.0",
22-
"pymongo>=4.16.0",
23-
"python-dotenv>=1.2.1",
24-
"tiktoken>=0.12.0",
25-
"protobuf>=5.29.6",
26-
"pyjwt>=2.12.0",
27-
"pyasn1>=0.6.3",
8+
"agent-framework==1.0.0b260127",
9+
"azure-ai-inference==1.0.0b9",
10+
"azure-appconfiguration==1.8.0",
11+
"azure-identity==1.26.0b1",
12+
"azure-storage-blob==12.29.0b1",
13+
"azure-storage-queue==12.16.0b1",
14+
"certifi==2026.1.4",
15+
"charset-normalizer==3.4.4",
16+
"opentelemetry-api==1.39.1",
17+
"pandas==3.0.0",
18+
"pdf2image==1.17.0",
19+
"poppler-utils==0.1.0",
20+
"pydantic==2.12.5",
21+
"pydantic-settings==2.12.0",
22+
"pymongo==4.16.0",
23+
"python-dotenv==1.2.1",
24+
"tiktoken==0.12.0",
25+
"protobuf==6.33.6",
26+
"pyjwt==2.12.1",
27+
"pyasn1==0.6.3",
2828
]
2929

3030

3131
[dependency-groups]
3232
dev = [
33-
"coverage>=7.13.1",
34-
"pydantic>=2.12.5",
35-
"pytest>=9.0.2",
36-
"pytest-asyncio>=1.3.0",
37-
"pytest-cov>=7.0.0",
38-
"pytest-mock>=3.15.1",
39-
"mongomock>=4.3.0",
40-
"ruff>=0.14.11",
33+
"coverage==7.13.2",
34+
"pydantic==2.12.5",
35+
"pytest==9.0.2",
36+
"pytest-asyncio==1.3.0",
37+
"pytest-cov==7.0.0",
38+
"pytest-mock==3.15.1",
39+
"mongomock==4.3.0",
40+
"ruff==0.14.14",
4141
]
4242

4343
[tool.pytest.ini_options]

src/ContentProcessor/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
annotated-types==0.7.0
22
azure-ai-inference==1.0.0b9
3-
azure-appconfiguration==1.7.2
3+
azure-appconfiguration==1.8.0
44
azure-core==1.38.0
5-
azure-identity==1.25.1
6-
azure-storage-blob==12.28.0
7-
azure-storage-queue==12.15.0
5+
azure-identity==1.26.0b1
6+
azure-storage-blob==12.29.0b1
7+
azure-storage-queue==12.16.0b1
88
certifi==2026.1.4
99
cffi==2.0.0
1010
charset-normalizer==3.4.4
1111
click==8.3.1
1212
colorama==0.4.6
13-
coverage==7.13.1
13+
coverage==7.13.2
1414
cryptography==46.0.7
1515
dnspython==2.8.0
1616
idna==3.11
@@ -21,7 +21,7 @@ msal==1.34.0
2121
msal-extensions==1.3.1
2222
numpy==2.4.1
2323
packaging==25.0
24-
pandas==2.3.3
24+
pandas==3.0.0
2525
pdf2image==1.17.0
2626
pillow==12.1.1
2727
pluggy==1.6.0
@@ -30,8 +30,8 @@ pycparser==2.23
3030
pydantic==2.12.5
3131
pydantic-core==2.41.5
3232
pydantic-settings==2.12.0
33-
pygments==2.20.0
34-
pyjwt==2.12.0
33+
pygments==2.19.2
34+
pyjwt==2.12.1
3535
pymongo==4.16.0
3636
pytest==9.0.2
3737
pytest-asyncio==1.3.0
@@ -42,7 +42,7 @@ python-dotenv==1.2.1
4242
pytz==2025.2
4343
regex==2025.11.3
4444
requests==2.33.0
45-
ruff==0.14.11
45+
ruff==0.14.14
4646
sentinels==1.1.1
4747
six==1.17.0
4848
tiktoken==0.12.0

src/ContentProcessor/uv.lock

Lines changed: 28 additions & 28 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: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,39 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"azure-appconfiguration>=1.7.2",
9-
"azure-identity>=1.25.1",
10-
"azure-storage-blob>=12.28.0",
11-
"azure-storage-queue>=12.15.0",
12-
"certifi>=2026.1.4",
13-
"fastapi[standard]>=0.128.0",
14-
"poppler-utils>=0.1.0",
15-
"pydantic>=2.12.5",
16-
"pydantic-settings>=2.12.0",
17-
"pygments>=2.19.2",
18-
"pymongo>=4.16.0",
19-
"python-dotenv>=1.0.1",
20-
"python-multipart>=0.0.22",
21-
"starlette>=0.49.1",
22-
"uvicorn[standard]>=0.34.0",
23-
"h11>=0.16.0",
8+
"azure-appconfiguration==1.7.2",
9+
"azure-identity==1.25.1",
10+
"azure-storage-blob==12.28.0",
11+
"azure-storage-queue==12.15.0",
12+
"certifi==2026.1.4",
13+
"fastapi[standard]==0.128.0",
14+
"poppler-utils==0.1.0",
15+
"pydantic==2.12.5",
16+
"pydantic-settings==2.12.0",
17+
"pygments==2.19.2",
18+
"pymongo==4.16.0",
19+
"python-dotenv==1.2.1",
20+
"python-multipart==0.0.22",
21+
"starlette==0.50.0",
22+
"uvicorn[standard]==0.40.0",
23+
"h11==0.16.0",
2424
"urllib3~=2.6.0",
25-
"opentelemetry-api>=1.39.1",
26-
"sas-cosmosdb>=0.1.4",
27-
"cryptography>=46.0.7",
28-
"pyjwt>=2.12.0",
25+
"opentelemetry-api==1.39.1",
26+
"sas-cosmosdb==0.1.4",
27+
"cryptography==46.0.7",
28+
"pyjwt==2.12.0",
2929
]
3030

3131
[dependency-groups]
3232
dev = [
33-
"black>=26.3.1",
34-
"pytest>=9.0.2",
35-
"pytest-asyncio>=0.25.0",
36-
"pytest-cov>=7.0.0",
37-
"pytest-mock>=3.15.1",
38-
"coverage>=7.13.1",
39-
"pre-commit>=4.5.1",
40-
"ruff>=0.14.11",
33+
"black==26.3.1",
34+
"pytest==9.0.2",
35+
"pytest-asyncio==1.3.0",
36+
"pytest-cov==7.0.0",
37+
"pytest-mock==3.15.1",
38+
"coverage==7.13.1",
39+
"pre-commit==4.5.1",
40+
"ruff==0.14.11",
4141
]
4242

4343
[tool.ruff.format]

src/ContentProcessorAPI/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pydantic==2.12.5
3636
pydantic-core==2.41.5
3737
pydantic-extra-types==2.11.0
3838
pydantic-settings==2.12.0
39-
pygments==2.20.0
39+
pygments==2.19.2
4040
pyjwt==2.12.0
4141
pymongo==4.16.0
4242
python-dotenv==1.2.1

src/ContentProcessorAPI/uv.lock

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

0 commit comments

Comments
 (0)