Open
Description
Hi, I am trying to import python-dependency-injector package within lambda function.
All other packages gets imported fine, but with this package I keep getting the below error :\
{"errorMessage": "Unable to import module 'main': cannot import name 'providers' from 'dependency_injector' (/var/task/dependency_injector/__init__.py)", "errorType": "Runtime.ImportModuleError", "requestId": "5c63c01b-5be1-4481-adf8-691167cb54bd", "stackTrace": []}
Would really appreciate if someone can guide me how to resolve this issue.