We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68766ea commit bd9ff71Copy full SHA for bd9ff71
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 1.0.2
2
+
3
+- [FIXED] Added PyYAML library as a dependency to resolve Github service issue.
4
5
# 1.0.1
6
7
- [FIXED] Added external evidence as a valid evidence type to evidence map.
compliance/__init__.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
"""Compliance automation package."""
16
17
-__version__ = '1.0.1'
+__version__ = '1.0.2'
setup.cfg
@@ -26,6 +26,7 @@ install_requires =
26
ibm-cloud-security-advisor-findingsapi-sdk>=2.0.5
27
deprecated>=1.2.9
28
ilcli>=0.3.1
29
+ PyYAML>=5.3.1
30
31
[options.packages.find]
32
exclude =
0 commit comments