Skip to content

Commit cba5aef

Browse files
committed
Add container base class
1 parent 6cc1a0c commit cba5aef

File tree

6 files changed

+1483
-1416
lines changed

6 files changed

+1483
-1416
lines changed

docs/main/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
Development version
11+
-------------------
12+
- Add container base class ``containers.Container``. ``DynamicContainer``
13+
and ``DeclarativeContainer`` become subclasses of the ``Container``.
14+
See issue: `#386 <https://github.com/ets-labs/python-dependency-injector/issues/386>`_.
15+
Thanks to `@ventaquil <https://github.com/ventaquil>`_ for reporting the issue.
16+
1017
4.15.0
1118
------
1219
- Add ``Configuration.from_pydantic()`` method to load configuration from a ``pydantic`` settings.

0 commit comments

Comments
 (0)