Skip to content

Commit f50bf52

Browse files
authored
fix: require splunk-sdk at least 2.0.2 (#414)
Jira: https://splunk.atlassian.net/browse/ADDON-77054 This PR makes sure that `solnlib` will require at least `2.0.2` version of `splunk-sdk`.
1 parent ce6a2ca commit f50bf52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 1 deletion
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
@@ -42,7 +42,7 @@ classifiers = [
4242
python = ">=3.7,<3.14"
4343
sortedcontainers = ">=2"
4444
defusedxml = ">=0.7"
45-
splunk-sdk = ">=1.6"
45+
splunk-sdk = ">=2.0.2"
4646

4747
[tool.poetry.group.dev.dependencies]
4848
pytest = ">=7"

0 commit comments

Comments
 (0)