Commit 12bc3e8
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
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments