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 dc84575 commit f529eecCopy full SHA for f529eec
CHANGES
@@ -1,6 +1,13 @@
1
Injector Change Log
2
===================
3
4
+0.18.1
5
+------
6
+
7
+- Fixed UnsatisfiedRequirement instantiation (trying to get its string representation would fail)
8
+- Fixed injecting a subclass of a generic type on Python versions older than 3.7.0
9
+- Fixed regression that caused BoundKey injection failure
10
11
0.18.0
12
------
13
injector/__init__.py
@@ -50,7 +50,7 @@ def get_type_hints(
50
51
52
__author__ = 'Alec Thomas <alec@swapoff.org>'
53
-__version__ = '0.18.0'
+__version__ = '0.18.1'
54
__version_tag__ = ''
55
56
log = logging.getLogger('injector')
0 commit comments