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 86f551e commit 7e21c1fCopy full SHA for 7e21c1f
docs/main/changelog.rst
@@ -15,6 +15,8 @@ Develop
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
+- Fix ``envs_required=False`` behavior in ``Configuration.from_*()`` methods
19
+ to give a priority to the explicitly provided value.
20
- Drop support of Python 3.4. There are no immediate breaking changes, but Dependency Injector
21
will no longer be tested on Python 3.4 and any bugs will not be fixed.
22
- Fix ``Dependency.is_defined`` attribute to always return boolean value.
0 commit comments