Skip to content

Commit 8198bd5

Browse files
Updated latest library
1 parent 865b889 commit 8198bd5

9 files changed

Lines changed: 6943 additions & 11378 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"azure-ai-inference>=1.0.0b4",
9-
"azure-appconfiguration>=1.7.1",
10-
"azure-identity>=1.19.0",
11-
"azure-storage-blob>=12.24.1",
12-
"azure-storage-queue>=12.12.0",
9+
"azure-appconfiguration>=1.7.2",
10+
"azure-identity>=1.21.0",
11+
"azure-storage-blob>=12.24.0",
12+
"azure-storage-queue>=12.13.0",
1313
"certifi>=2024.12.14",
1414
"charset-normalizer>=3.4.1",
1515
"pandas>=2.2.3",
1616
"pdf2image>=1.17.0",
1717
"poppler-utils>=0.1.0",
18-
"pydantic>=2.10.5",
19-
"pydantic-settings>=2.7.1",
20-
"pymongo>=4.11.2",
18+
"pydantic>=2.10.0",
19+
"pydantic-settings>=2.8.0",
20+
"pymongo>=4.11.0",
2121
"python-dotenv>=1.0.1",
2222
"tiktoken>=0.9.0",
2323
]
@@ -26,13 +26,13 @@ dependencies = [
2626
[dependency-groups]
2727
dev = [
2828
"coverage>=7.6.10",
29-
"pydantic>=2.10.5",
29+
"pydantic>=2.10.0",
3030
"pytest>=8.3.4",
31-
"pytest-asyncio>=0.25.3",
31+
"pytest-asyncio>=0.25.0",
3232
"pytest-cov>=6.0.0",
3333
"pytest-mock>=3.14.0",
3434
"mongomock>=2.3.1",
35-
"ruff>=0.9.1",
35+
"ruff>=0.9.3",
3636
]
3737

3838
[tool.pytest.ini_options]
Lines changed: 120 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,120 @@
1-
azure-appconfiguration>=1.7.1
2-
azure-identity>=1.19.0
3-
azure-storage-blob>=12.24.1
4-
azure-storage-queue>=12.12.0
5-
certifi>=2024.12.14
6-
charset-normalizer>=3.4.1
7-
azure-ai-inference>=1.0.0b4
8-
pandas>=2.2.3
9-
pdf2image>=1.17.0
10-
poppler-utils>=0.1.0
11-
pydantic>=2.10.5
12-
pydantic-settings>=2.7.1
13-
pymongo>=4.11.2
14-
python-dotenv>=1.0.1
15-
tiktoken>=0.9.0
16-
coverage>=7.6.10
17-
pydantic>=2.10.5
18-
pytest>=8.3.4
19-
pytest-asyncio>=0.25.3
20-
pytest-cov>=6.0.0
21-
pytest-mock>=3.14.0
22-
mongomock>=2.3.1
23-
ruff>=0.9.1
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile pyproject.toml -o requirements.txt
3+
annotated-types==0.7.0
4+
# via pydantic
5+
azure-ai-inference==1.0.0b9
6+
# via contentprocessor (pyproject.toml)
7+
azure-appconfiguration==1.7.2
8+
# via contentprocessor (pyproject.toml)
9+
azure-core==1.37.0
10+
# via
11+
# azure-ai-inference
12+
# azure-appconfiguration
13+
# azure-identity
14+
# azure-storage-blob
15+
# azure-storage-queue
16+
azure-identity==1.25.1
17+
# via contentprocessor (pyproject.toml)
18+
azure-storage-blob==12.28.0
19+
# via contentprocessor (pyproject.toml)
20+
azure-storage-queue==12.15.0
21+
# via contentprocessor (pyproject.toml)
22+
certifi==2026.1.4
23+
# via
24+
# contentprocessor (pyproject.toml)
25+
# requests
26+
cffi==2.0.0
27+
# via cryptography
28+
charset-normalizer==3.4.4
29+
# via
30+
# contentprocessor (pyproject.toml)
31+
# requests
32+
click==8.3.1
33+
# via poppler-utils
34+
colorama==0.4.6
35+
# via click
36+
cryptography==46.0.3
37+
# via
38+
# azure-identity
39+
# azure-storage-blob
40+
# azure-storage-queue
41+
# msal
42+
# pyjwt
43+
dnspython==2.8.0
44+
# via pymongo
45+
idna==3.11
46+
# via requests
47+
isodate==0.7.2
48+
# via
49+
# azure-ai-inference
50+
# azure-appconfiguration
51+
# azure-storage-blob
52+
# azure-storage-queue
53+
msal==1.34.0
54+
# via
55+
# azure-identity
56+
# msal-extensions
57+
msal-extensions==1.3.1
58+
# via azure-identity
59+
numpy==2.4.1
60+
# via pandas
61+
pandas==2.3.3
62+
# via contentprocessor (pyproject.toml)
63+
pdf2image==1.17.0
64+
# via contentprocessor (pyproject.toml)
65+
pillow==12.1.0
66+
# via pdf2image
67+
poppler-utils==0.1.0
68+
# via contentprocessor (pyproject.toml)
69+
pycparser==2.23
70+
# via cffi
71+
pydantic==2.12.5
72+
# via
73+
# contentprocessor (pyproject.toml)
74+
# pydantic-settings
75+
pydantic-core==2.41.5
76+
# via pydantic
77+
pydantic-settings==2.12.0
78+
# via contentprocessor (pyproject.toml)
79+
pyjwt==2.10.1
80+
# via msal
81+
pymongo==4.16.0
82+
# via contentprocessor (pyproject.toml)
83+
python-dateutil==2.9.0.post0
84+
# via pandas
85+
python-dotenv==1.2.1
86+
# via
87+
# contentprocessor (pyproject.toml)
88+
# pydantic-settings
89+
pytz==2025.2
90+
# via pandas
91+
regex==2025.11.3
92+
# via tiktoken
93+
requests==2.32.5
94+
# via
95+
# azure-core
96+
# msal
97+
# tiktoken
98+
six==1.17.0
99+
# via python-dateutil
100+
tiktoken==0.12.0
101+
# via contentprocessor (pyproject.toml)
102+
typing-extensions==4.15.0
103+
# via
104+
# azure-ai-inference
105+
# azure-appconfiguration
106+
# azure-core
107+
# azure-identity
108+
# azure-storage-blob
109+
# azure-storage-queue
110+
# pydantic
111+
# pydantic-core
112+
# typing-inspection
113+
typing-inspection==0.4.2
114+
# via
115+
# pydantic
116+
# pydantic-settings
117+
tzdata==2025.3
118+
# via pandas
119+
urllib3==2.6.3
120+
# via requests

0 commit comments

Comments
 (0)