diff --git a/fmcapi/api_objects/update_packages/upgradepackage.py b/fmcapi/api_objects/update_packages/upgradepackage.py index c69786a..790e2af 100644 --- a/fmcapi/api_objects/update_packages/upgradepackage.py +++ b/fmcapi/api_objects/update_packages/upgradepackage.py @@ -25,10 +25,7 @@ class Upgrades(APIClassTemplate): "enableUpgradeRevert", "autoUpgradeCancel", ] - REQUIRED_FOR_POST = [ - "upgradePackage", - "targets" - ] + REQUIRED_FOR_POST = ["upgradePackage", "targets"] VALID_FOR_KWARGS = VALID_JSON_DATA + [] URL_SUFFIX = "/updates/upgrades" diff --git a/setup.py b/setup.py index d050ed3..ae9937d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="fmcapi", - version="20240418.0", + version="20240428.0", description="Easier interface to Cisco's FMC API than writing your own way.", long_description="""With the removal to configure a Cisco NGFW via the command line your only option is to do so via a manager. Some things are better when automated so using the manager's API gives us that power.