Skip to content

Commit d334d2d

Browse files
authored
Bump to 3.0.1a0 for proper bookkeeping, bump up dependency on ourselves (#790)
1 parent 4e85cb2 commit d334d2d

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ issues = "https://github.com/splunk/splunk-sdk-python/issues"
88

99
[project]
1010
name = "splunk-sdk"
11-
version = "3.0.0"
11+
version = "3.0.1a0"
1212
description = "Splunk Software Development Kit for Python"
1313
readme = "README.md"
1414
requires-python = ">=3.13"
@@ -34,18 +34,18 @@ dependencies = []
3434
[project.optional-dependencies]
3535
compat = ["six>=1.17.0"]
3636
ai = ["httpx==0.28.1", "langchain>=1.2.18", "mcp>=1.27.1", "pydantic>=2.13.4"]
37-
anthropic = ["splunk-sdk[ai]>=2.1.1", "langchain-anthropic>=1.4.3"]
38-
openai = ["splunk-sdk[ai]>=2.1.1", "langchain-openai>=1.2.1"]
37+
anthropic = ["splunk-sdk[ai]>=3.0.0", "langchain-anthropic>=1.4.3"]
38+
openai = ["splunk-sdk[ai]>=3.0.0", "langchain-openai>=1.2.1"]
3939
google = [
40-
"splunk-sdk[ai]>=2.1.1",
40+
"splunk-sdk[ai]>=3.0.0",
4141
"langchain-google-genai==4.2.2",
4242
"google-auth>=2.52.0",
4343
]
4444

4545
# Treat the same as NPM's `devDependencies`
4646
[dependency-groups]
4747
test = [
48-
"splunk-sdk[openai, anthropic, google]>=2.1.1",
48+
"splunk-sdk[openai, anthropic, google]>=3.0.0",
4949
"pytest>=9.0.3",
5050
"pytest-cov>=7.1.0",
5151
"pytest-asyncio>=1.3.0",

uv.lock

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

0 commit comments

Comments
 (0)