You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 https://github.com/ets-labs/python-dependency-injector/pull/875`_)
18
-
- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 https://github.com/ets-labs/python-dependency-injector/pull/886`_)
17
+
- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 <https://github.com/ets-labs/python-dependency-injector/pull/875>`_)
18
+
- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 <https://github.com/ets-labs/python-dependency-injector/pull/886>`_)
19
19
- ABI3 wheels are now published for CPython.
20
20
- Drop support of Python 3.7.
21
21
@@ -371,8 +371,8 @@ Many thanks to `ZipFile <https://github.com/ZipFile>`_ for both contributions.
371
371
- Make refactoring of wiring module and tests.
372
372
See PR # `#406 <https://github.com/ets-labs/python-dependency-injector/issues/406>`_.
373
373
Thanks to `@withshubh <https://github.com/withshubh>`_ for the contribution:
374
-
- Remove unused imports in tests.
375
-
- Use literal syntax to create data structure in tests.
374
+
- Remove unused imports in tests.
375
+
- Use literal syntax to create data structure in tests.
376
376
- Add integration with a static analysis tool `DeepSource <https://deepsource.io/>`_.
0 commit comments