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-core
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_
Describe the bug
Importing
msgraph_core.requests.batch_request_contentfails withModuleNotFoundError: 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_contentSDK Version
1.3.8
Latest version known to work for scenario above?
No response
Known Workarounds
Installing
deprecatedpackageDebug output
Click to expand log
```