python-dependency-injector/examples/providers
Roman Mogylatov 15fa6c301e
Pydantic settings support (#388)
* Add implementation and basic test

* Add full test coverage + bugfix

* Add test coverage for .from_yaml() method

* Update setup.py, tox and dev requirements

* Stop running pydantic tests on Python 3.5 and below

* Remove pydantic from tox Python < 3.6

* Add example and docs

* Update features block

* Add extra test

* Update changelog
2021-02-03 09:21:32 -05:00
..
configuration Pydantic settings support (#388) 2021-02-03 09:21:32 -05:00
abstract_factory.py
async_overriding.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
async.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
callable.py
coroutine.py
custom_factory.py
dependency_default.py 336 Dependency provider default (#382) 2021-01-29 13:49:40 -05:00
dependency.py
dict_non_string_keys.py Add example and docs 2020-11-20 17:57:33 -05:00
dict.py
factory_aggregate.py
factory_delegation.py
factory_init_injections_underlying.py
factory_init_injections.py
factory_provided_type.py
factory.py
list.py
object.py
overriding.py
provided_instance_complex.py
provided_instance.py
resource.py Bump version to 4.1.1 2020-10-26 13:39:13 -04:00
selector.py
singleton_multiple_containers.py
singleton_resetting.py
singleton_scoped.py
singleton_thread_locals.py
singleton.py