msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
Missing 'deprecated' dependency
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_