Skip to content

Commit 797adfe

Browse files
fix: bump splunktaucclib minimum version to 8.2.0
Required for validator.IndexName() support introduced in splunktaucclib 8.2.0. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 172af4f commit 797adfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

splunk_add_on_ucc_framework/install_python_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
logger = logging.getLogger("ucc_gen")
3333

3434

35-
LIBS_REQUIRED_FOR_UI = {"splunktaucclib": "6.6.0"}
35+
LIBS_REQUIRED_FOR_UI = {"splunktaucclib": "8.2.0"}
3636
LIBS_REQUIRED_FOR_OAUTH = {"solnlib": "5.5.0"}
3737

3838

0 commit comments

Comments
 (0)