Open
Description
When running this library in a Python 3.13 project, I get the following warning:
<frozen importlib._bootstrap>:488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module 'dependency_injector.containers', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0
I am fairly new to Python library development so I am not sure how I can help here.
Metadata
Metadata
Assignees
Labels
No labels