File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ follows `Semantic versioning`_
10
10
Development version
11
11
-------------------
12
12
- Add support of Python 3.11.
13
+ - Allow Closing to detect dependent resources `#633 <https://github.com/ets-labs/python-dependency-injector/issues/633 >`_,
14
+ `#636 <https://github.com/ets-labs/python-dependency-injector/pull/636 >`_. Thanks `Jamie Stumme @StummeJ <https://github.com/StummeJ >`_
15
+ for the contribution.
13
16
- Update CI/CD to use Ubuntu 22.04.
14
17
- Update CI/CD to ``
actions/checkout@v3 ``, ``
actions/setup-python@v4 ``, ``
actions/upload-artifact@v3 ``, ``
pypa/[email protected] ``,
15
18
and ``actions/download-artifact@v3 ``.
16
19
- Fix install crash on non-utf8 systems `#644 <https://github.com/ets-labs/python-dependency-injector/pull/644 >`_.
20
+ - Fix a bug in Windows build with default charset `#635 <https://github.com/ets-labs/python-dependency-injector/pull/635 >`_.
17
21
- Update FastAPI Redis example to use ``aioredis `` version 2 `#613 <https://github.com/ets-labs/python-dependency-injector/pull/613 >`_.
18
22
- Update documentation on creating custom providers `#598 <https://github.com/ets-labs/python-dependency-injector/pull/598 >`_.
19
23
- Regenerate C sources using Cython 0.29.32.
You can’t perform that action at this time.
0 commit comments