File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ client with a mock:
198198 with container.api_client.override(mock.Mock()):
199199 service = container.service()
200200
201- You can override any provider by another provider.
201+ You can override any provider with another provider.
202202
203203It also helps you in configuring project for the different environments: replace an API client
204204with a stub on the dev or stage.
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10+ 3.43.1
11+ ------
12+ - Fix a typo in README.
13+
10143.43.0
1115------
1216- Update API documentation.
Original file line number Diff line number Diff line change 11"""Top-level package."""
22
3- __version__ = '3.43.0 '
3+ __version__ = '3.43.1 '
44"""Version number.
55
66:type: str
You can’t perform that action at this time.
0 commit comments