microsoftgraph / microsoftgraph/msgraph-sdk-python-core
Missing 'deprecated' dependency
Open
Beginner friendly
Nobody has claimed this yet.
status:waiting-for-triage
type:bug
- Dominant language
- Python
- Stars
- 288
- Forks
- 52
- Avg merge
- 8h 10m
- Merged PRs (30d)
- 1
Description
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_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with pip install msgraph-core followed by importing msgraph_core.requests.batch_request_content. Inspect the package dependency declarations and the batch_request_content entry point; done means a clean installation includes deprecated and the import succeeds without manual installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100