msgraph-sdk-python-core icon indicating copy to clipboard operation
msgraph-sdk-python-core copied to clipboard

Missing 'deprecated' dependency

Open ronyis opened this issue 3 months ago • 1 comments

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_

ronyis avatar Sep 12 '25 13:09 ronyis