File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed
Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change 22# The Python Worker is managed by Azure Functions platform
33# Manually managing azure-functions-worker may cause unexpected issues
44
5- azure-functions
6- azure-ai-formrecognizer
7- azure-core
8- azure-cosmos == 4.3.0
9- azure-identity == 1.7.0
10- Pillow == 10.0.1
11- pdf2image == 1.16.3
12- requests == 2.31.0
5+ # Core Azure Functions dependencies
6+ azure-functions >= 1.18.0 ,< 2.0.0
7+
8+ # Azure AI and Document Processing - Essential
9+ azure-ai-formrecognizer >= 3.3.0 ,< 4.0.0
10+ azure-core >= 1.29.0 ,< 2.0.0
11+ azure-cosmos >= 4.3.0 ,< 5.0.0
12+ azure-identity >= 1.15.0 ,< 2.0.0
13+
14+ # HTTP requests - Essential
15+ requests >= 2.31.0 ,< 3.0.0
16+
17+ # Image Processing
18+ Pillow >= 10.0.1 ,< 11.0.0
19+
20+ # Azure OpenAI for LLM processing
21+ openai >= 1.3.0 ,< 2.0.0
22+
23+ # Essential utilities
24+ python-dateutil >= 2.8.0 ,< 3.0.0
You can’t perform that action at this time.
0 commit comments