microsoftgraph / microsoftgraph/msgraph-sdk-python-core

Missing 'deprecated' dependency

Open Beginner friendly
#1,030 2 comments 4 reactions 0 assignees View on GitHub

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
  1. pip install msgraph-core
  2. import 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.