Skip to content

Commit ba29c12

Browse files
author
Ryan Faircloth
authored
fix(deps): Allow Splunk-sdk to be compatible with .16 (#99)
1 parent 19e2a9c commit ba29c12

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

poetry.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repository = "https://github.com/splunk/addonfactory-solutions-library-python"
2525
[tool.poetry.dependencies]
2626
python = "^3.7"
2727
requests = "^2.24"
28-
splunk-sdk = "1.6.17"
28+
splunk-sdk = "^1.6.16"
2929
sortedcontainers = "^2.2"
3030
defusedxml = "^0.7.1"
3131

0 commit comments

Comments
 (0)