@@ -5,36 +5,39 @@ description = "Content Process Gold Standard Solution Accelerator - Content Proc
55readme = " README.md"
66requires-python = " >=3.12"
77dependencies = [
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" ,
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" ,
2528]
2629
2730
2831[dependency-groups ]
2932dev = [
30- " coverage>= 7.13.1 " ,
31- " pydantic> =2.12.5" ,
32- " pytest> =9.0.2" ,
33- " pytest-asyncio> =1.3.0" ,
34- " pytest-cov> =7.0.0" ,
35- " pytest-mock> =3.15.1" ,
36- " mongomock> =4.3.0" ,
37- " 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 " ,
3841]
3942
4043[tool .pytest .ini_options ]
0 commit comments