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 18:09:54 +00:00
committed by GitHub
parent b8a55dccb4
commit e2282ebe42
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@ dependencies = [
"agent-framework-core",
"azure-ai-projects >= 1.0.0b11",
"azure-ai-agents == 1.2.0b5",
"aiohttp",
]
[tool.uv]