File tree Expand file tree Collapse file tree 7 files changed +244
-233
lines changed Expand file tree Collapse file tree 7 files changed +244
-233
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ Choose one of the following as a next step:
281
281
- :ref: `application-single-container `
282
282
- :ref: `application-multiple-containers `
283
283
- :ref: `decoupled-packages `
284
- - :ref: `boto3 `
284
+ - :ref: `boto3-example `
285
285
- :ref: `django-example `
286
286
- :ref: `flask-example `
287
287
- :ref: `flask-blueprints-example `
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
+ 4.28.1
11
+ ------
12
+ - Fix async mode mode exception handling issue in ``Dependency `` provider.
13
+ See issue: `#409 <https://github.com/ets-labs/python-dependency-injector/issues/409 >`_.
14
+ Thanks to `@wackazong <https://github.com/wackazong >`_ for reporting the issue.
15
+ - Fix links to ``boto3 `` example.
16
+
10
17
4.28.0
11
18
------
12
19
- Add wiring injections into modules and class attributes.
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ Take a look at other application examples:
428
428
- :ref: `application-single-container `
429
429
- :ref: `application-multiple-containers `
430
430
- :ref: `decoupled-packages `
431
- - :ref: `boto3 `
431
+ - :ref: `boto3-example `
432
432
- :ref: `django-example `
433
433
- :ref: `flask-example `
434
434
- :ref: `flask-blueprints-example `
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = '4.28.0 '
3
+ __version__ = '4.28.1 '
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments