Skip to content

Commit f2be03e

Browse files
Bump packages in pyproject.toml (#725)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e45daf commit f2be03e

File tree

3 files changed

+120
-117
lines changed

3 files changed

+120
-117
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Build packages for distribution
2121
run: uv build
2222
- name: Publish packages to Test PyPI
23-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
23+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
2424
with:
2525
repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ dependencies = []
3333
# Treat the same as NPM's `dependencies`
3434
[project.optional-dependencies]
3535
compat = ["six>=1.17.0"]
36-
ai = ["httpx==0.28.1", "langchain>=1.2.13", "mcp>=1.26.0", "pydantic>=2.7.4"]
36+
ai = ["httpx==0.28.1", "langchain>=1.2.15", "mcp>=1.27.0", "pydantic>=2.13.1"]
3737
anthropic = ["splunk-sdk[ai]>=2.1.1", "langchain-anthropic>=1.4.0"]
38-
openai = ["splunk-sdk[ai]>=2.1.1", "langchain-openai>=1.1.12"]
38+
openai = ["splunk-sdk[ai]>=2.1.1", "langchain-openai>=1.1.13"]
3939

4040
# Treat the same as NPM's `devDependencies`
4141
[dependency-groups]
4242
test = [
4343
"splunk-sdk[ai]",
44-
"pytest>=9.0.2",
44+
"pytest>=9.0.3",
4545
"pytest-cov>=7.1.0",
4646
"pytest-asyncio>=1.3.0",
47-
"python-dotenv>=1.2.1",
47+
"python-dotenv>=1.2.2",
4848
]
49-
release = ["build>=1.4.2", "jinja2>=3.1.6", "sphinx>=9.1.0", "twine>=6.2.0"]
50-
lint = ["basedpyright>=1.38.4", "ruff>=0.15.8"]
49+
release = ["build>=1.4.3", "jinja2>=3.1.6", "sphinx>=9.1.0", "twine>=6.2.0"]
50+
lint = ["basedpyright>=1.39.0", "ruff>=0.15.10"]
5151
dev = [
5252
"rich>=14.3.3",
5353
"splunk-sdk[openai, anthropic]",

0 commit comments

Comments
 (0)