Skip to content

Commit

Permalink
Cleared also "dependencies" field from payload.
Browse files Browse the repository at this point in the history
Updated version to 1.2.4.
  • Loading branch information
MagielBruntink committed May 3, 2022
1 parent bcd08fd commit 7609cd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

plugin_name = 'RapidPlugin'
plugin_description = 'A FASTEN plug-in to populate risk related metadata for a product.'
plugin_version = '1.2.3'
plugin_version = '1.2.4'


def get_args_parser():
Expand Down
3 changes: 2 additions & 1 deletion rapidplugin/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def tailor_input(payload):
"undeclared_depset": [],
"functions": {},
"dependencyData" : {},
"dependencyManagement" : {}
"dependencyManagement" : {},
"dependencies" : {}
}
for key in tailor.keys():
if key in payload:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='quality-analyzer',
version='1.2.3',
version='1.2.4',
description='FASTEN RAPID Plugin',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7609cd2

Please sign in to comment.