diff --git a/CHANGELOG.md b/CHANGELOG.md index 63dedd2c..838685d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.5] - 2022-11-17 + +### Fixed +- Removed enum in `dnacentersdk.api.v2_3_3_0.sda.add_default_authentication_profile`: + + authenticateTemplateName +- Added Dict_of_str function call in custom_caller headers + ## [2.5.4] - 2022-08-11 ### Added @@ -352,4 +359,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.5.2]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.1...v2.5.2 [2.5.3]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.2...v2.5.3 [2.5.4]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.3...v2.5.4 -[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.4...master +[2.5.5]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.4...v2.5.5 +[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.5...master diff --git a/README.rst b/README.rst index 9fec774f..ecf033fa 100755 --- a/README.rst +++ b/README.rst @@ -92,8 +92,34 @@ dnacentersdk print(dnac.custom_caller.get_global_credentials('NETCONF')) -Introduction_ +Introduction +------------ +Check out the complete Introduction_ + +**dnacentersdk handles all of this for you:** + ++ Reads your DNA Center credentials from environment variables. + ++ Reads your DNA Center API version from environment variable DNA_CENTER_VERSION. + ++ Controls whether to verify the server's TLS certificate or not according to the verify parameter. + ++ Reads your DNA Center debug from environment variable DNA_CENTER_DEBUG. Boolean. + ++ Wraps and represents all DNA Center API calls as a simple hierarchical tree of + native-Python methods + ++ If your Python IDE supports **auto-completion** (like PyCharm_), you can + navigate the available methods and object attributes right within your IDE + ++ Represents all returned JSON objects as native Python objects - you can + access all of the object's attributes using native *dot.syntax* + ++ **Automatic Rate-Limit Handling** Sending a lot of requests to DNA Center? + Don't worry; we have you covered. DNA Center will respond with a rate-limit + response, which will automatically be caught and "handled" for you. ++ **Refresh token** Each time the token becomes invalid, the SDK will generate a new valid token for you. Installation ------------ diff --git a/dnacentersdk/api/custom_caller.py b/dnacentersdk/api/custom_caller.py index 9426cc1b..bbc1d757 100644 --- a/dnacentersdk/api/custom_caller.py +++ b/dnacentersdk/api/custom_caller.py @@ -37,6 +37,7 @@ extract_and_parse_json, pprint_request_info, pprint_response_info, + dict_of_str, ) logger = logging.getLogger(__name__) @@ -146,7 +147,7 @@ def call_api(self, method, resource_path, raise_exception=True, headers = self._session.headers if 'headers' in kwargs: - headers.update(kwargs.pop('headers')) + headers.update(dict_of_str(kwargs.pop('headers'))) verify = kwargs.pop("verify", self._session.verify) diff --git a/dnacentersdk/models/validators/v2_3_3_0/jsd_d1d42ef2f1895a82a2830bf1353e6baa.py b/dnacentersdk/models/validators/v2_3_3_0/jsd_d1d42ef2f1895a82a2830bf1353e6baa.py index 73656886..d4dbbbb8 100644 --- a/dnacentersdk/models/validators/v2_3_3_0/jsd_d1d42ef2f1895a82a2830bf1353e6baa.py +++ b/dnacentersdk/models/validators/v2_3_3_0/jsd_d1d42ef2f1895a82a2830bf1353e6baa.py @@ -42,12 +42,6 @@ def __init__(self): "items": { "properties": { "authenticateTemplateName": { - "enum": [ - "No Authentication ", - "Open Authentication", - "Closed Authentication", - "Low Impact" - ], "type": "string" }, "siteNameHierarchy": { diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0b19a477..dc9574c3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -3,27 +3,42 @@ Changelog All notable changes to this project will be documented in this file. -The format is based on `Keep a Changelog `__, and this project adheres to `Semantic Versioning `__. +The format is based on `Keep a +Changelog `__, and this project +adheres to `Semantic +Versioning `__. -`Unreleased `__ +`Unreleased `__ ------------------------------------------------------------------------------------------------- +`2.5.5 `__ - 2022-11-17 +--------------------------------------------------------------------------------------------------------- + +Fixed +~~~~~ + +- Removed enum in + ``dnacentersdk.api.v2_3_3_0.sda.add_default_authentication_profile``: + + - authenticateTemplateName + +- Added Dict_of_str function call in custom_caller headers + .. _section-1: -`2.5.0 `__ - 2022-06-20 +`2.5.4 `__ - 2022-08-11 --------------------------------------------------------------------------------------------------------- -.. _added-1: - Added ~~~~~ -- Add support of DNA Center versions (‘2.2.2.3’) -- Adds modules for v2_2_2_3 +- New function on ``fabric_wireless`` for v2_3_3_0. + + - ``add_ssid_to_ip_pool_mapping`` .. _section-2: -`2.4.11 `__ - 2022-06-15 +`2.5.3 `__ - 2022-08-09 --------------------------------------------------------------------------------------------------------- .. _fixed-1: @@ -31,26 +46,109 @@ Added Fixed ~~~~~ -- Improved the way of reading the following env variables: - - wait_on_rate_limit - - verify - - debug +- ``virtualNetwork`` on ``sda.adds_border_device`` parameter comes from + ``array`` to ``object``. +- Parameters ``borderWithExternalConnectivity`` and + ``connectedToInternet`` on ``sda.adds_border_device`` comes from + ``boolean`` to ``string``. .. _section-3: -`2.4.10 `__ - 2022-05-12 +`2.5.2 `__ - 2022-07-29 +--------------------------------------------------------------------------------------------------------- + +.. _fixed-2: + +Fixed +~~~~~ + +- Removed enum in ``sda``.\ ``adds_border_device``: + + - externalDomainRoutingProtocolName + +- Removed enum in ``sda``.\ ``add_multicast_in_sda_fabric``: + + - multicastMethod + +- Removed enum in ``site_design``.\ ``provision_nfv``: + + - linkType + +- Removed enum in ``sda``.\ ``add_transit_peer_network``: + + - routingProtocolName + +- Removed enum in ``network_settings``.\ ``update_network`` and + ``network_settings``.\ ``create_network``: + + - ipAddress + - sharedSecret + - domainName + - primaryIpAddress + - secondaryIpAddress + - network + - servers + +.. _section-4: + +`2.5.1 `__ - 2022-07-12 --------------------------------------------------------------------------------------------------------- +.. _fixed-3: + +Fixed +~~~~~ + +- Fixed enum in ``network_global``.\ ``create_global_pool``: + + - IpAddressSpace + +.. _section-5: + +`2.5.0 `__ - 2022-06-20 +---------------------------------------------------------------------------------------------------------- + +.. _added-1: + +Added +~~~~~ + +- Add support of DNA Center versions (‘2.3.3.0’) +- Adds modules for v2_3_3_0 + +.. _section-6: + +`2.4.11 `__ - 2022-06-15 +------------------------------------------------------------------------------------------------------------ + +.. _fixed-4: + +Fixed +~~~~~ + +- Improved the way of reading the following env variables: + + - wait_on_rate_limit + - verify + - debug + +.. _section-7: + +`2.4.10 `__ - 2022-05-12 +----------------------------------------------------------------------------------------------------------- + .. _added-2: Added ~~~~~ -- Add following parameters to ``delete_ip_pool_from_sda_virtual_network`` and ``get_ip_pool_from_sda_virtual_network``: +- Add following parameters to + ``delete_ip_pool_from_sda_virtual_network`` and + ``get_ip_pool_from_sda_virtual_network``: - - site_name_hierarchy + - site_name_hierarchy -.. _section-4: +.. _section-8: `2.4.9 `__ - 2022-04-20 --------------------------------------------------------------------------------------------------------- @@ -62,15 +160,15 @@ Added - Add following parameters to ``claim_a_device_to_a_site``: - - gateway - - imageId - - ipInterfaceName - - rfProfile - - staticIP - - subnetMask - - vlanId + - gateway + - imageId + - ipInterfaceName + - rfProfile + - staticIP + - subnetMask + - vlanId -.. _section-5: +.. _section-9: `2.4.8 `__ - 2022-03-23 --------------------------------------------------------------------------------------------------------- @@ -80,7 +178,8 @@ Added Added ~~~~~ -- Add ``DownloadResponse`` class that wraps the ``urllib3.response.HTTPResponse``. +- Add ``DownloadResponse`` class that wraps the + ``urllib3.response.HTTPResponse``. - Add ``filename`` optional parameter to the following functions: - dnacentersdk.api.v1_2_10.file.File.download_a_file_by_fileid @@ -95,12 +194,11 @@ Added - dnacentersdk.api.v2_2_3_3.file.File.download_a_file_by_fileid - dnacentersdk.api.v2_2_3_3.reports.Reports.download_report_content -.. _changed-1: - Changed ~~~~~~~ -- Change the response of the following funtions from ``urllib3.response.HTTPResponse`` to a wrapper ``DownloadResponse``. +- Change the response of the following funtions from + ``urllib3.response.HTTPResponse`` to a wrapper ``DownloadResponse``. - dnacentersdk.api.v1_2_10.file.File.download_a_file_by_fileid - dnacentersdk.api.v1_3_0.file.File.download_a_file_by_fileid @@ -114,7 +212,7 @@ Changed - dnacentersdk.api.v2_2_3_3.file.File.download_a_file_by_fileid - dnacentersdk.api.v2_2_3_3.reports.Reports.download_report_content -.. _section-6: +.. _section-10: `2.4.7 `__ - 2022-03-22 --------------------------------------------------------------------------------------------------------- @@ -124,41 +222,52 @@ Changed Added ~~~~~ -- Add ``rfProfile`` parameter for request body struct of ``claim_a_device_to_a_site``. +- Add ``rfProfile`` parameter for request body struct of + ``claim_a_device_to_a_site``. -.. _section-7: +.. _section-11: `2.4.6 `__ - 2022-03-14 --------------------------------------------------------------------------------------------------------- -.. _changed-2: +.. _changed-1: Changed ~~~~~~~ -- Update the type of the ``externalConnectivitySettings``\ from object to list in sda.adds_border_device -- ``interfaceName`` is now part of the structure of ``externalConnectivitySettings`` in sda.adds_border_device -- ``externalAutonomouSystemNumber`` is now part of the structure of ``externalConnectivitySettings`` in sda.adds_border_device -- ``l3Handoff`` is now part of the structure of ``externalConnectivitySettings`` in sda.adds_border_device -- Update the type of the ``l3Handoff``\ from object to list in sda.adds_border_device -- ``virtualNetwork`` is now part of the structure of ``l3Handoff`` in sda.adds_border_device -- ``virtualNetworkName`` is now part of the structure of ``virtualNetwork`` in sda.adds_border_device -- ``vlanId`` is now part of the structure of ``virtualNetwork`` in sda.adds_border_device -- Update models validators of Cisco DNA Center API v2.2.3.3 files for the following functions: +- Update the type of the ``externalConnectivitySettings``\ from object + to list in sda.adds_border_device +- ``interfaceName`` is now part of the structure of + ``externalConnectivitySettings`` in sda.adds_border_device +- ``externalAutonomouSystemNumber`` is now part of the structure of + ``externalConnectivitySettings`` in sda.adds_border_device +- ``l3Handoff`` is now part of the structure of + ``externalConnectivitySettings`` in sda.adds_border_device +- Update the type of the ``l3Handoff``\ from object to list in + sda.adds_border_device +- ``virtualNetwork`` is now part of the structure of ``l3Handoff`` in + sda.adds_border_device +- ``virtualNetworkName`` is now part of the structure of + ``virtualNetwork`` in sda.adds_border_device +- ``vlanId`` is now part of the structure of ``virtualNetwork`` in + sda.adds_border_device +- Update models validators of Cisco DNA Center API v2.2.3.3 files for + the following functions: - sda.adds_border_device -.. _section-8: +.. _section-12: `2.4.5 `__ - 2022-02-01 --------------------------------------------------------------------------------------------------------- -.. _changed-3: +.. _changed-2: Changed ~~~~~~~ -- Adds parameter ``id`` to devices.sync_devices for Cisco DNA Center API v2.2.3.3 +- Adds parameter ``id`` to devices.sync_devices for Cisco DNA Center + API v2.2.3.3 - Update response documentation of Cisco DNA Center API v2.2.3.3 files @@ -168,16 +277,17 @@ Changed - wireless.ap_provision - wireless.create_update_dynamic_interface -- Update models validators of Cisco DNA Center API v2.2.3.3 files for the following functions: +- Update models validators of Cisco DNA Center API v2.2.3.3 files for + the following functions: - devices.sync_devices -.. _section-9: +.. _section-13: `2.4.4 `__ - 2022-01-31 --------------------------------------------------------------------------------------------------------- -.. _changed-4: +.. _changed-3: Changed ~~~~~~~ @@ -187,78 +297,86 @@ Changed - application_policy.get_applications - device_onboarding_pnp.get_device_list -- Adds parameters ``payload`` and ``active_validation`` to the following functions for Cisco DNA Center API v2.2.3.3: +- Adds parameters ``payload`` and ``active_validation`` to the + following functions for Cisco DNA Center API v2.2.3.3: - site_design.create_floormap - site_design.update_floormap -- Update models validators of Cisco DNA Center API v2.2.3.3 files for the following functions: +- Update models validators of Cisco DNA Center API v2.2.3.3 files for + the following functions: - site_design.create_floormap - site_design.update_floormap - application_policy.create_application -.. _fixed-2: +.. _fixed-5: Fixed ~~~~~ -- Removed an extra parameter in the call of ``VERIFY_STRING_ENVIRONMENT_VARIABLE`` +- Removed an extra parameter in the call of + ``VERIFY_STRING_ENVIRONMENT_VARIABLE`` .. _added-6: Added ~~~~~ -- Adds parameters ``hostname``, ``imageInfo`` and ``configInfo`` to device_onboarding_pnp.pnp_device_claim_to_site +- Adds parameters ``hostname``, ``imageInfo`` and ``configInfo`` to + device_onboarding_pnp.pnp_device_claim_to_site -.. _section-10: +.. _section-14: `2.4.3 `__ - 2022-01-19 --------------------------------------------------------------------------------------------------------- -.. _fixed-3: +.. _fixed-6: Fixed ~~~~~ -- DNACenterAPI constructor allows for optional arguments `#37 `__ +- DNACenterAPI constructor allows for optional arguments + `#37 `__ -.. _changed-5: +.. _changed-4: Changed ~~~~~~~ - Update requirements -- Adds env variables support for import before/after importing DNACenterAPI +- Adds env variables support for import before/after importing + DNACenterAPI - Adds tests for env variables before/after DNACenterAPI import -.. _section-11: +.. _section-15: `2.4.2 `__ - 2021-12-14 --------------------------------------------------------------------------------------------------------- -.. _fixed-4: +.. _fixed-7: Fixed ~~~~~ -- Fix add_members_to_the_tag and retrieves_all_network_devices json schemas. ### Updated -- Update json schemas for models/validators and tests/models/models/validators +- Fix add_members_to_the_tag and retrieves_all_network_devices json + schemas. ### Updated +- Update json schemas for models/validators and + tests/models/models/validators -.. _section-12: +.. _section-16: `2.4.1 `__ - 2021-12-01 --------------------------------------------------------------------------------------------------------- -.. _changed-6: +.. _changed-5: Changed ~~~~~~~ - Update to match checksum -.. _section-13: +.. _section-17: `2.4.0 `__ - 2021-12-01 --------------------------------------------------------------------------------------------------------- @@ -271,7 +389,7 @@ Added - Add support of DNA Center versions (‘2.2.3.3’) - Add ``retrieves_all_network_devices`` funtion -.. _changed-7: +.. _changed-6: Changed ~~~~~~~ @@ -280,54 +398,65 @@ Changed - Update function names: - Rename ``devices.add_device2`` to ``devices.add_device`` - - Rename ``devices.is_valid_add_device2`` to ``devices.is_valid_add_device`` in tests - - Rename ``devices.test_add_device2`` to ``devices.test_add_device`` in tests - - Rename ``devices.add_device2_default_val`` to ``devices.add_device_default_val`` in tests + - Rename ``devices.is_valid_add_device2`` to + ``devices.is_valid_add_device`` in tests + - Rename ``devices.test_add_device2`` to ``devices.test_add_device`` + in tests + - Rename ``devices.add_device2_default_val`` to + ``devices.add_device_default_val`` in tests - Update missing dnac 2.2.3.3 files -.. _section-14: +.. _section-18: `2.3.3 `__ - 2021-11-24 --------------------------------------------------------------------------------------------------------- -.. _changed-8: +.. _changed-7: Changed ~~~~~~~ - Changes to ``configuration_templates`` functions: - - Add ``payload`` and ``active_validation`` parameters to ``clone_given_template`` function - - Change type from ``dict`` to ``list`` for parameter ``templates`` in ``create_project`` - - Change type from ``dict`` to ``list`` for parameter ``templates`` in ``update_project`` - - Change type from ``(list, dict)`` to ``basesting`` for parameter ``payload`` in ``imports_the_projects_provided`` - - Change type from ``object`` to ``list`` for parameter ``resourceParams`` in ``preview_template`` - - Removed ``active_validation`` parameter in ``imports_the_projects_provided`` function + - Add ``payload`` and ``active_validation`` parameters to + ``clone_given_template`` function + - Change type from ``dict`` to ``list`` for parameter ``templates`` + in ``create_project`` + - Change type from ``dict`` to ``list`` for parameter ``templates`` + in ``update_project`` + - Change type from ``(list, dict)`` to ``basesting`` for parameter + ``payload`` in ``imports_the_projects_provided`` + - Change type from ``object`` to ``list`` for parameter + ``resourceParams`` in ``preview_template`` + - Removed ``active_validation`` parameter in + ``imports_the_projects_provided`` function - Changes to ``sda`` functions: - - Add ``isGuestVirtualNetwork`` parameter to ``add_virtual_network_with_scalable_groups`` function - - Add ``isGuestVirtualNetwork`` parameter to ``update_virtual_network_with_scalable_groups`` function + - Add ``isGuestVirtualNetwork`` parameter to + ``add_virtual_network_with_scalable_groups`` function + - Add ``isGuestVirtualNetwork`` parameter to + ``update_virtual_network_with_scalable_groups`` function -.. _section-15: +.. _section-19: `2.3.2 `__ - 2021-09-14 --------------------------------------------------------------------------------------------------------- -.. _changed-9: +.. _changed-8: Changed ~~~~~~~ - Disable verify=False warnings of urllib3 -.. _section-16: +.. _section-20: `2.3.1 `__ - 2021-08-10 --------------------------------------------------------------------------------------------------------- -.. _fixed-5: +.. _fixed-8: Fixed ~~~~~ @@ -335,7 +464,7 @@ Fixed - Fix devices param definition & schemas [``aba32f3``] - Remove unnecesary path_params [``25c4e99``] -.. _section-17: +.. _section-21: `2.3.0 `__ - 2021-08-09 --------------------------------------------------------------------------------------------------------- @@ -348,21 +477,24 @@ Added - Add support of DNA Center versions (‘2.2.2.3’) - Adds modules for v2_2_2_3 -.. _changed-10: +.. _changed-9: Changed ~~~~~~~ -- Updates download_report_content of v2_2_1 function to handle response body and save it as a file. -- Updates exceptions.py file to check if self.details is dict before attempting access -- Updates restsession.py to handle downloads using Content-Disposition header rather than custom fileName header +- Updates download_report_content of v2_2_1 function to handle response + body and save it as a file. +- Updates exceptions.py file to check if self.details is dict before + attempting access +- Updates restsession.py to handle downloads using Content-Disposition + header rather than custom fileName header -.. _section-18: +.. _section-22: `2.2.5 `__ - 2021-08-05 --------------------------------------------------------------------------------------------------------- -.. _changed-11: +.. _changed-10: Changed ~~~~~~~ @@ -370,29 +502,31 @@ Changed - Fixes #34 by: - Removing enum that contain descriptions rather than actual values. - - Adding ``primaryIpAddress`` and ``secondaryIpAddress`` for v2_2_1 the ``"format": "ipv4"`` JSON schema property. + - Adding ``primaryIpAddress`` and ``secondaryIpAddress`` for v2_2_1 + the ``"format": "ipv4"`` JSON schema property. - Removes minus char from docstrings. - Adds check_type conditions for ‘X-Auth-Token’ for v2_2_1 operations. -.. _section-19: +.. _section-23: `2.2.4 `__ - 2021-06-08 --------------------------------------------------------------------------------------------------------- -.. _fixed-6: +.. _fixed-9: Fixed ~~~~~ -- Fixes download_a_file_by_fileid and import_local_software_image for v2_2_1 +- Fixes download_a_file_by_fileid and import_local_software_image for + v2_2_1 -.. _section-20: +.. _section-24: `2.2.3 `__ - 2021-06-08 --------------------------------------------------------------------------------------------------------- -.. _changed-12: +.. _changed-11: Changed ~~~~~~~ @@ -410,7 +544,7 @@ Changed - Patch adds one function that was missing from previous release - Patch adds models/validators for v2_2_1 with new ids -.. _section-21: +.. _section-25: `2.2.2 `__ - 2021-05-10 --------------------------------------------------------------------------------------------------------- @@ -422,14 +556,14 @@ Added - Add support of DNA Center versions (‘2.2.1’) -.. _changed-13: +.. _changed-12: Changed ~~~~~~~ - Updates requirements files -.. _section-22: +.. _section-26: `2.0.2 `__ - 2020-11-01 --------------------------------------------------------------------------------------------------------- @@ -445,7 +579,7 @@ Added - Requirements-docs.txt - Added requirements.lock -.. _changed-14: +.. _changed-13: Changed ~~~~~~~ @@ -453,14 +587,12 @@ Changed - Migrated to poetry for publishing and managing the project - Generated requirements.txt from poetry export -.. _removed-2: - Removed ~~~~~~~ - Removed requirements.lock -.. _section-23: +.. _section-27: `2.0.0 `__ - 2020-07-17 --------------------------------------------------------------------------------------------------------- @@ -473,7 +605,7 @@ Added - Add support of DNA Center versions (‘1.3.1’, ‘1.3.3’, ‘2.1.1’) - Included setuptools_scm in the requirements -.. _changed-15: +.. _changed-14: Changed ~~~~~~~ @@ -483,7 +615,7 @@ Changed - Changed setup from versioneer to setuptools_scm - Changed version management to include patch (major, minor, patch) -.. _fixed-7: +.. _fixed-10: Fixed ~~~~~ @@ -492,7 +624,7 @@ Fixed - Fixed dict limit error with python < 3.7 - Fixed (``json **kwargs``) handling -.. _removed-2: +.. _removed-1: Removed ~~~~~~~ @@ -500,7 +632,7 @@ Removed - Removed Webex Teams Space Community reference from README - Removed Token refresh when changing base_url -.. _section-24: +.. _section-28: `1.3.0 `__ - 2019-08-19 ---------------------------------------------------------------------------------------------------------- @@ -512,7 +644,7 @@ Added - Add support for multiple versions of DNA Center (‘1.2.10’, ‘1.3.0’) -.. _fixed-8: +.. _fixed-11: Fixed ~~~~~ @@ -521,7 +653,7 @@ Fixed - Fix error in setter in ``api/__init__.py`` - Fix errors for readthedocs -.. _section-25: +.. _section-29: `1.2.10 `__ - 2019-07-18 --------------------------------------------------------------------------------------------------- diff --git a/docs/api/intro.rst b/docs/api/intro.rst index 8992e78e..ba9a4fe7 100644 --- a/docs/api/intro.rst +++ b/docs/api/intro.rst @@ -89,6 +89,8 @@ With dnacentersdk, the above Python code can be consolidated to the following: your script will continue to run as normal. Handling all of this requires zero (0) changes to your code - you're welcome. 😎 ++ **Refresh token** Each time the token becomes invalid, the SDK will generate a new valid token for you. + Just know that if you are are sending a lot of requests, your script might take longer to run if your requests are getting rate limited. diff --git a/pyproject.toml b/pyproject.toml index 98e8c7fc..5a1b4907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnacentersdk" -version = "2.5.4" +version = "2.5.5" description = "Cisco DNA Center Platform SDK" authors = ["Jose Bogarin Solano ", "William Astorga "] license = "MIT"