We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cd327 commit 86f551eCopy full SHA for 86f551e
docs/main/changelog.rst
@@ -14,6 +14,7 @@ Develop
14
``container.wire(modules=["yourapp.module1"])``.
15
- Add container wiring configuration ``wiring_config = containers.WiringConfiguration()``.
16
- Add support of ``with`` statement for ``container.override_providers()`` method.
17
+- Add ``Configuration(yaml_files=[...])`` argument.
18
- Drop support of Python 3.4. There are no immediate breaking changes, but Dependency Injector
19
will no longer be tested on Python 3.4 and any bugs will not be fixed.
20
- Fix ``Dependency.is_defined`` attribute to always return boolean value.
0 commit comments