Python: fix missing packaging dependency (#1929)

* fix missing packaging dependency

* add aiohttp to azureai
This commit is contained in:
Eduard van Valkenburg
2025-11-05 19:09:54 +01:00
committed by GitHub
Unverified
parent b8a55dccb4
commit e2282ebe42
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -36,6 +36,7 @@ dependencies = [
"openai>=1.99.0",
"azure-identity>=1,<2",
"mcp[ws]>=1.13",
"packaging>=24.1",
]
[project.optional-dependencies]