Skip to content

Commit 61ae57e

Browse files
authored
Merge pull request #31 from cisco-en-programmability/python_version_fix
Align module Python requirements to >= 3.12 for Catalyst Center SDK 3.1.6.0.2 compatibility
2 parents f064351 + 909bff5 commit 61ae57e

66 files changed

Lines changed: 66 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plugins/modules/accesspoint_location_playbook_config_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
required: false
162162
requirements:
163163
- catalystcentersdk >= 3.1.6.0.2
164-
- python >= 3.9
164+
- python >= 3.12
165165
notes:
166166
- This module utilizes the following SDK methods
167167
site_design.get_planned_access_points_positions

plugins/modules/accesspoint_location_workflow_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
required: true
176176
requirements:
177177
- catalystcentersdk >= 3.1.6.0.2
178-
- python >= 3.9
178+
- python >= 3.12
179179
seealso:
180180
- name: Cisco Catalyst Center API Documentation
181181
description: Complete API reference for device management.

plugins/modules/accesspoint_playbook_config_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
required: false
165165
requirements:
166166
- catalystcentersdk >= 3.1.6.0.2
167-
- python >= 3.9
167+
- python >= 3.12
168168
notes:
169169
- This module utilizes the following SDK methods
170170
devices.get_device_list

plugins/modules/accesspoint_workflow_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@
13691369
required: false
13701370
requirements:
13711371
- catalystcentersdk >= 3.1.6.0.2
1372-
- python >= 3.8
1372+
- python >= 3.12
13731373
seealso:
13741374
- name: Cisco Catalyst Center Ansible Collection Documentation
13751375
description: Complete guide to using the Cisco Catalyst Center Ansible collection.

plugins/modules/application_policy_playbook_config_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
required: false
116116
requirements:
117117
- catalystcentersdk >= 3.1.6.0.2
118-
- python >= 3.9
118+
- python >= 3.12
119119
notes:
120120
- SDK Methods used are
121121
- application_policy.ApplicationPolicy.get_application_policy

plugins/modules/application_policy_workflow_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
elements: str
377377
requirements:
378378
- catalystcentersdk >= 3.1.6.0.2
379-
- python >= 3.9.19
379+
- python >= 3.12
380380
notes:
381381
- SDK Methods used are
382382
- application_policy.ApplicationPolicy.get_application_policy

plugins/modules/assurance_device_health_score_settings_playbook_config_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
158158
requirements:
159159
- catalystcentersdk >= 3.1.6.0.2
160-
- python >= 3.9
160+
- python >= 3.12
161161
- PyYAML >= 5.1
162162
notes:
163163
- SDK Method used is devices.Devices.get_all_health_score_definitions_for_given_filters

plugins/modules/assurance_device_health_score_settings_workflow_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
type: bool
286286
requirements:
287287
- catalystcentersdk >= 3.1.6.0.2
288-
- python >= 3.9
288+
- python >= 3.12
289289
notes:
290290
- SDK Method used are
291291
devices.AssuranceSettings.get_all_health_score_definitions_for_given_filters,

plugins/modules/assurance_icap_settings_workflow_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
required: true
183183
requirements:
184184
- catalystcentersdk >= 3.1.6.0.2
185-
- python >= 3.9
185+
- python >= 3.12
186186
notes:
187187
- SDK Method used are
188188
sensors.AssuranceSettings.get_device_deployment_status,

plugins/modules/assurance_issue_playbook_config_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
9797
requirements:
9898
- catalystcentersdk >= 3.1.6.0.2
99-
- python >= 3.9
99+
- python >= 3.12
100100
notes:
101101
- SDK Methods used are
102102
- issues.AssuranceSettings.get_all_the_custom_issue_definitions_based_on_the_given_filters

0 commit comments

Comments
 (0)