Skip to content

Commit 12bc3e8

Browse files
committed
Add httpx as runtime dependency for agentframework tooling extension
httpx is now used directly in mcp_tool_registration_service.py to create AsyncClient instances with pre-configured headers. Without this explicit dependency, consumers could hit ModuleNotFoundError if httpx isn't available through transitive dependencies.
1 parent c58a29f commit 12bc3e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • libraries/microsoft-agents-a365-tooling-extensions-agentframework

libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"agent-framework-azure-ai >= 1.0.0b251114",
2929
"azure-identity >= 1.12.0",
3030
"typing-extensions >= 4.0.0",
31+
"httpx >= 0.27.0",
3132
]
3233

3334
[project.urls]

0 commit comments

Comments
 (0)