Skip to content

Commit d91000b

Browse files
authored
Merge pull request #37 from mattchenderson/main
2 parents 58afae7 + 66d96c9 commit d91000b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/requirements.txt

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

0 commit comments

Comments
 (0)