modern-python / that-depends

DI-framework, inspired by python-dependency-injector, but without wiring. Python 3.12 is supported
https://that-depends.readthedocs.io/
MIT License
156 stars 12 forks source link

Tear down resources in the order of dependecy #63

Closed stkrizh closed 2 months ago

stkrizh commented 2 months ago

Fixes https://github.com/modern-python/that-depends/issues/62

lesnik512 commented 2 months ago

@stkrizh sorry, but seems too complex for me. I think, tearing down in reversed order of definition is enough https://github.com/modern-python/that-depends/pull/64