File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22azure-functions
33
44# Azure service SDKs
5- azure-storage-blob # For blob storage operations
6- azure-cosmos # For Cosmos DB operations
7- azure-ai-projects # For AI project management & getting inference client
8- azure-identity # For Azure authentication (DefaultAzureCredential)
9- azure-ai-inference # For the EmbeddingsClient type hint and operations
5+ azure-storage-blob # For blob storage operations
6+ azure-cosmos # For Cosmos DB operations
7+ azure-ai-projects == 1.0.0b10 # For AI project management & getting inference client
8+ azure-identity # For Azure authentication (DefaultAzureCredential)
9+ azure-ai-inference # For the EmbeddingsClient type hint and operations
1010
1111# Testing frameworks
12- pytest # Core testing framework
13- pytest-asyncio # Async testing support
12+ pytest # Core testing framework
13+ pytest-asyncio # Async testing support
1414
1515# Additional dependencies
16- aiohttp # Async HTTP client/server framework
16+ aiohttp # Async HTTP client/server framework
You can’t perform that action at this time.
0 commit comments