We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e198a3 commit f82a6b5Copy full SHA for f82a6b5
docs/introduction/installation.rst
@@ -23,7 +23,7 @@ To verify the installed version:
23
24
>>> import dependency_injector
25
>>> dependency_injector.__version__
26
- '4.0.0'
+ '4.37.0'
27
28
.. note::
29
When add ``Dependency Injector`` to the ``requirements.txt`` don't forget to pin version
docs/tutorials/flask.rst
@@ -110,7 +110,7 @@ You should see something like:
110
.. code-block:: bash
111
112
(venv) $ python -c "import dependency_injector; print(dependency_injector.__version__)"
113
- 4.0.0
+ 4.37.0
114
(venv) $ python -c "import flask; print(flask.__version__)"
115
1.1.2
116
0 commit comments