Skip to content

Commit b0dde1c

Browse files
authored
base
1 parent 6f21bae commit b0dde1c

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

src/requirements.txt

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
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

0 commit comments

Comments
 (0)