mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: fix missing packaging dependency (#1929)
* fix missing packaging dependency * add aiohttp to azureai
This commit is contained in:
committed by
GitHub
Unverified
parent
b8a55dccb4
commit
e2282ebe42
@@ -36,6 +36,7 @@ dependencies = [
|
||||
"openai>=1.99.0",
|
||||
"azure-identity>=1,<2",
|
||||
"mcp[ws]>=1.13",
|
||||
"packaging>=24.1",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user