Skip to content

Commit d8e0b59

Browse files
Bump the python-uv-lock group across 1 directory with 9 updates
Updates the requirements on [langchain](https://github.com/langchain-ai/langchain), [pydantic](https://github.com/pydantic/pydantic), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-openai](https://github.com/langchain-ai/langchain), [build](https://github.com/pypa/build), [basedpyright](https://github.com/detachhead/basedpyright), [ruff](https://github.com/astral-sh/ruff), [rich](https://github.com/Textualize/rich) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `langchain` from 1.2.15 to 1.2.17 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.2.15...langchain==1.2.17) Updates `pydantic` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.1...v2.13.3) Updates `langchain-anthropic` from 1.4.0 to 1.4.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-anthropic==1.4.0...langchain-anthropic==1.4.3) Updates `langchain-openai` from 1.1.13 to 1.2.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.1.13...langchain-openai==1.2.1) Updates `build` from 1.4.3 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.3...1.5.0) Updates `basedpyright` from 1.39.0 to 1.39.3 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](DetachHead/basedpyright@v1.39.0...v1.39.3) Updates `ruff` from 0.15.10 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.10...0.15.12) Updates `rich` from 14.3.3 to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.3.3...v15.0.0) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v61.0.0...v82.0.1) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: langchain-anthropic dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: langchain-openai dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-uv-lock - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-uv-lock - dependency-name: basedpyright dependency-version: 1.39.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-uv-lock - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-uv-lock ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ae8c4a commit d8e0b59

2 files changed

Lines changed: 133 additions & 120 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ 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.15", "mcp>=1.27.0", "pydantic>=2.13.1"]
37-
anthropic = ["splunk-sdk[ai]>=2.1.1", "langchain-anthropic>=1.4.0"]
38-
openai = ["splunk-sdk[ai]>=2.1.1", "langchain-openai>=1.1.13"]
36+
ai = ["httpx==0.28.1", "langchain>=1.2.17", "mcp>=1.27.0", "pydantic>=2.13.3"]
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"]
3939

4040
# Treat the same as NPM's `devDependencies`
4141
[dependency-groups]
@@ -47,10 +47,10 @@ test = [
4747
"python-dotenv>=1.2.2",
4848
"vcrpy>=8.1.1",
4949
]
50-
release = ["build>=1.4.3", "jinja2>=3.1.6", "sphinx>=9.1.0", "twine>=6.2.0"]
51-
lint = ["basedpyright>=1.39.0", "ruff>=0.15.10"]
50+
release = ["build>=1.5.0", "jinja2>=3.1.6", "sphinx>=9.1.0", "twine>=6.2.0"]
51+
lint = ["basedpyright>=1.39.3", "ruff>=0.15.12"]
5252
dev = [
53-
"rich>=14.3.3",
53+
"rich>=15.0.0",
5454
"splunk-sdk[openai, anthropic]",
5555
{ include-group = "test" },
5656
{ include-group = "lint" },
@@ -59,7 +59,7 @@ dev = [
5959

6060
[build-system]
6161
# setuptools v61 introduces pyproject.toml support
62-
requires = ["setuptools>=61.0.0"]
62+
requires = ["setuptools>=82.0.1"]
6363
build-backend = "setuptools.build_meta"
6464

6565
[tool.setuptools]

0 commit comments

Comments
 (0)