microsoftgraph / microsoftgraph/msgraph-sdk-python-core
Missing 'deprecated' dependency
未关闭
适合新手
还没有人认领这个 Issue。
status:waiting-for-triage
type:bug
- 主要语言
- Python
- 星标
- 288
- 派生
- 52
- 平均合并
- 8 小时 10 分钟
- 30 天内合并 PR
- 1
描述
Describe the bug
Importing msgraph_core.requests.batch_request_content fails with ModuleNotFoundError: No module named 'deprecated'
Expected behavior
Import should work (without manually installing 'deprecated' package)
How to reproduce
pip install msgraph-coreimport msgraph_core.requests.batch_request_content
SDK Version
1.3.8
Latest version known to work for scenario above?
No response
Known Workarounds
Installing deprecated package
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用 pip install msgraph-core 复现该失败,然后导入 msgraph_core.requests.batch_request_content。检查包的依赖声明和 batch_request_content 入口点;当全新安装包含 deprecated 且无需手动安装即可成功导入时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 冷清
- 描述清晰度
- 描述清楚
- 新手友好度
- 68/100