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 d45d98e commit 2c1eb9fCopy full SHA for 2c1eb9f
docs/main/changelog.rst
@@ -7,8 +7,8 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-Development version
11
--------------------
+4.17.0
+------
12
- Add ``FastAPI`` + ``SQLAlchemy`` example.
13
Thanks to `@ShvetsovYura <https://github.com/ShvetsovYura>`_ for providing initial example:
14
`FastAPI_DI_SqlAlchemy <https://github.com/ShvetsovYura/FastAPI_DI_SqlAlchemy>`_.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.16.0'
+__version__ = '4.17.0'
4
"""Version number.
5
6
:type: str
0 commit comments