Skip to content

Commit 46552f0

Browse files
committed
Return repo to Python 3.7 compatibility
1 parent 1ca7ad6 commit 46552f0

File tree

2 files changed

+1958
-1044
lines changed

2 files changed

+1958
-1044
lines changed

pyproject.toml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "splunk-sdk"
1111
dynamic = ["version"]
1212
description = "Splunk Software Development Kit for Python"
1313
readme = "README.md"
14-
requires-python = ">=3.10"
14+
requires-python = ">=3.7"
1515
license = { text = "Apache-2.0" }
1616
authors = [{ name = "Splunk, Inc.", email = "[email protected]" }]
1717
keywords = ["splunk", "sdk"]
@@ -29,13 +29,10 @@ classifiers = [
2929
"Topic :: Software Development :: Libraries :: Application Frameworks",
3030
]
3131

32-
dependencies = [
33-
"fastmcp>=2.12.4",
34-
"httpx>=0.28.1",
35-
"mcp>=1.15.0",
36-
"python-dotenv>=0.21.1",
37-
]
38-
optional-dependencies = { compat = ["six>=1.17.0"] }
32+
dependencies = ["python-dotenv>=0.21.1"]
33+
optional-dependencies = { compat = ["six>=1.17.0"], mcp = [
34+
# "splunk-sdk-mcp>=0.0.1",
35+
] }
3936

4037
[dependency-groups]
4138
build = ["build>=1.1.1", "twine>=4.0.2"]
@@ -52,7 +49,7 @@ dev = [
5249
]
5350

5451
[build-system]
55-
requires = ["setuptools"]
52+
requires = ["setuptools", "build", "twine"]
5653
build-backend = "setuptools.build_meta"
5754

5855
[tool.setuptools]

0 commit comments

Comments
 (0)