From a6a7eba689ff55ec83848a5e3c77c03f49817099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:26:02 +0000 Subject: [PATCH] chore(deps): bump the python group with 11 updates Updates the requirements on [pylance](https://github.com/lance-format/lance), [pyarrow](https://github.com/apache/arrow), [pathspec](https://github.com/cpburnz/python-pathspec), [tqdm](https://github.com/tqdm/tqdm), [fastapi](https://github.com/fastapi/fastapi), [mcp](https://github.com/modelcontextprotocol/python-sdk), [openai](https://github.com/openai/openai-python), [onnxruntime-gpu](https://github.com/microsoft/onnxruntime), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pylance` to 7.0.0 - [Release notes](https://github.com/lance-format/lance/releases) - [Changelog](https://github.com/lance-format/lance/blob/main/release_process.md) - [Commits](https://github.com/lance-format/lance/compare/v0.10.0...v7.0.0) Updates `pyarrow` to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v16.0.0...apache-arrow-24.0.0) Updates `pathspec` to 1.1.1 - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.12.0...v1.1.1) Updates `tqdm` to 4.68.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.2...v4.68.3) Updates `fastapi` to 0.138.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.137.1...0.138.0) Updates `mcp` to 1.28.0 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.9.0...v1.28.0) Updates `openai` to 2.43.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.41.1...v2.43.0) Updates `onnxruntime-gpu` to 1.27.0 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.17.0...v1.27.0) Updates `anthropic` to 0.111.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.109.2...v0.111.0) Updates `ruff` to 0.15.18 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.17...0.15.18) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pylance dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production dependency-group: python - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:production dependency-group: python - dependency-name: tqdm dependency-version: 4.68.3 dependency-type: direct:production dependency-group: python - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:development dependency-group: python - dependency-name: mcp dependency-version: 1.28.0 dependency-type: direct:development dependency-group: python - dependency-name: openai dependency-version: 2.43.0 dependency-type: direct:development dependency-group: python - dependency-name: onnxruntime-gpu dependency-version: 1.27.0 dependency-type: direct:development dependency-group: python - dependency-name: anthropic dependency-version: 0.111.0 dependency-type: direct:development dependency-group: python - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development dependency-group: python - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 611c782..80c676f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,14 +28,14 @@ keywords = [ ] dependencies = [ "lancedb>=0.33,<1", - "pylance>=0.10", - "pyarrow>=16,<25", + "pylance>=7.0.0", + "pyarrow>=24.0.0,<25", "numpy>=2.4.6,<3", "python-dotenv>=1.2.2,<2", "tenacity>=9.1.4,<10", "watchdog>=6.0.0,<7", "fastembed>=0.8.0,<1", - "pathspec>=0.12,<2", + "pathspec>=1.1.1,<2", "tree-sitter>=0.25.2,<0.26", "tree-sitter-python>=0.25.0,<0.26", "tree-sitter-javascript>=0.25.0,<0.26", @@ -43,7 +43,7 @@ dependencies = [ "tree-sitter-go>=0.25.0,<0.26", "tree-sitter-rust>=0.24.2,<0.26", "tree-sitter-java>=0.23.5,<0.26", - "tqdm>=4.68.2,<5", + "tqdm>=4.68.3,<5", ] [project.urls] @@ -55,11 +55,11 @@ Issues = "https://github.com/Neverdecel/CodeRAG/issues" [project.optional-dependencies] server = [ - "fastapi>=0.137.1,<1", + "fastapi>=0.138.0,<1", "uvicorn[standard]>=0.49.0,<1", ] ui = [ - "fastapi>=0.137.1,<1", + "fastapi>=0.138.0,<1", "uvicorn[standard]>=0.49.0,<1", "jinja2>=3.1.6,<4", "pygments>=2.20.0,<3", @@ -67,34 +67,34 @@ ui = [ # MCP server surface: lets AI coding agents (Claude Code, Codex, Cursor) use CodeRAG's # index as their retrieval tool instead of slow grep/glob/read loops. mcp = [ - "mcp>=1.9.0,<2", + "mcp>=1.28.0,<2", ] openai = [ - "openai>=2.41.1,<3", + "openai>=2.43.0,<3", ] # GPU embedding for the local fastembed backend on an NVIDIA box. Installs the CUDA # onnxruntime so `CODERAG_EMBED_DEVICE=auto` (or `cuda`) runs embeddings on the GPU — # typically 10-50x faster indexing. Install with: pip install 'coderag[gpu]'. gpu = [ - "onnxruntime-gpu>=1.17,<2", + "onnxruntime-gpu>=1.27.0,<2", ] anthropic = [ - "anthropic>=0.109.2,<1", + "anthropic>=0.111.0,<1", ] all = [ - "fastapi>=0.137.1,<1", + "fastapi>=0.138.0,<1", "uvicorn[standard]>=0.49.0,<1", "jinja2>=3.1.6,<4", "pygments>=2.20.0,<3", - "mcp>=1.9.0,<2", - "openai>=2.41.1,<3", - "anthropic>=0.109.2,<1", + "mcp>=1.28.0,<2", + "openai>=2.43.0,<3", + "anthropic>=0.111.0,<1", ] dev = [ - "ruff>=0.15.17,<1", + "ruff>=0.15.18,<1", "mypy>=2.1.0,<3", "pre-commit>=4.6.0,<5", - "pytest>=9.1.0,<10", + "pytest>=9.1.1,<10", "pytest-cov>=7.1.0,<8", "httpx>=0.28.1,<1", ]