microsoft / microsoft/agent-framework
Dependency bounds test failed
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 2.3k
- Avg merge
- 2d 45m
- Merged PRs (30d)
- 358
Description
Automated dependency bounds test mode failed before dependency upper-bound validation could run.
The weekly dependency maintenance workflow kept only dev dependency updates for the generated PR, if any, and skipped dependency range updates for this run.
### lower scenario (lowest-direct)
- Package: `agent-framework-core`
- Project path: `packages/core`
```
Task 'pyright' failed for packages/core at resolution 'lowest-direct'.
...
on/packages/core/agent_framework/_telemetry.py:82:14 - error: Import "azure.ai.agentserver.core" could not be resolved (reportMissingImports)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/_telemetry.py:83:13 - error: Type of "AgentConfig" is unknown (reportUnknownVariableType)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/_telemetry.py:86:12 - error: Type of "from_env" is unknown (reportUnknownMemberType)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/_telemetry.py:86:12 - error: Type of "is_hosted" is unknown (reportUnknownMemberType)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/foundry/__init__.pyi
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/foundry/__init__.pyi:7:6 - error: Import "agent_framework_azure_contentunderstanding" could not be resolved (reportMissingImports)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/foundry/__init__.pyi:8:5 - error: Type of "AnalysisSection" is unknown (reportUnknownVariableType)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/foundry/__init__.pyi:9:5 - error: Type of "ContentUnderstandingContextProvider" is unknown (reportUnknownVariableType)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/foundry/__init__.pyi:10:5 - error: Type of "DocumentStatus" is unknown (reportUnknownVariableType)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/foundry/__init__.pyi:11:5 - error: Type of "FileSearchBackend" is unknown (reportUnknownVariableType)
/home/runner/work/agent-framework/agent-framework/python/packages/core/agent_framework/foundry/__init__.pyi:12:5 - error: Type of "FileSearchConfig" is unknown (reportUnknownVariableType)
10 errors, 0 warnings, 0 informations
```
Workflow run: https://github.com/microsoft/agent-framework/actions/runs/27952164461
Contributor guide
Research direction
Start with the linked workflow run and inspect the dependency-bounds workflow for the lowest-direct resolution of packages/core. Read agent_framework/_telemetry.py and foundry/__init__.pyi alongside the reported missing imports, then determine why those dependencies are unavailable. Done means the lower scenario passes pyright and the dependency upper-bound validation runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, ci-cd, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100