From 725164f05ebe318a9a62d75a632ad9824c6c2677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 22:26:25 +0000 Subject: [PATCH] chore(deps): bump the python-deps group across 1 directory with 5 updates Updates the requirements on [lancedb](https://github.com/lancedb/lancedb), [everalgo-user-memory](https://github.com/EverMind-AI/EverAlgo), [everalgo-agent-memory](https://github.com/EverMind-AI/EverAlgo), [everalgo-boundary](https://github.com/EverMind-AI/EverAlgo) and [everalgo-core](https://github.com/EverMind-AI/EverAlgo) to permit the latest version. Updates `lancedb` to 0.38.0 - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](https://github.com/lancedb/lancedb/compare/python-v0.34.0...v0.38.0) Updates `everalgo-user-memory` from 0.4.0 to 0.7.0 - [Release notes](https://github.com/EverMind-AI/EverAlgo/releases) - [Changelog](https://github.com/EverMind-AI/EverAlgo/blob/main/CHANGELOG.md) - [Commits](https://github.com/EverMind-AI/EverAlgo/compare/everalgo-user-memory/v0.4.0...everalgo-user-memory/v0.7.0) Updates `everalgo-agent-memory` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/EverMind-AI/EverAlgo/releases) - [Changelog](https://github.com/EverMind-AI/EverAlgo/blob/main/CHANGELOG.md) - [Commits](https://github.com/EverMind-AI/EverAlgo/compare/everalgo-agent-memory/v0.4.0...everalgo-agent-memory/v0.5.0) Updates `everalgo-boundary` from 0.2.1 to 0.3.0 - [Release notes](https://github.com/EverMind-AI/EverAlgo/releases) - [Changelog](https://github.com/EverMind-AI/EverAlgo/blob/main/CHANGELOG.md) - [Commits](https://github.com/EverMind-AI/EverAlgo/compare/everalgo-boundary/v0.2.1...everalgo-boundary/v0.3.0) Updates `everalgo-core` from 0.3.0 to 0.5.0 - [Release notes](https://github.com/EverMind-AI/EverAlgo/releases) - [Changelog](https://github.com/EverMind-AI/EverAlgo/blob/main/CHANGELOG.md) - [Commits](https://github.com/EverMind-AI/EverAlgo/compare/everalgo-core/v0.3.0...everalgo-core/v0.5.0) --- updated-dependencies: - dependency-name: everalgo-agent-memory dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: everalgo-boundary dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: everalgo-core dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: everalgo-user-memory dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: lancedb dependency-version: 0.38.0 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8b6c22b..d3efda52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ # sustained churn (bounded + reclaimable index dir, no compaction crash) — see # docs/cascade_runbook.md. Never widen this floor back below 0.34 (older lance # cannot read v8 data). - "lancedb>=0.34.0,<0.35.0", # Vector + BM25 + scalar filter (Arrow-based) + "lancedb>=0.34.0,<0.39.0", # Vector + BM25 + scalar filter (Arrow-based) "aiosqlite>=0.20.0", # Async SQLite driver (used by SA async engine) "sqlmodel>=0.0.22", # ORM (Pydantic + SQLAlchemy 2.0 async) "alembic>=1.13.0", # SQLite schema migrations @@ -77,8 +77,8 @@ dependencies = [ "anyio>=4.0", # Async file I/O (anyio.Path, to_thread.run_sync) for the markdown layer # Algorithm library (everalgo monorepo, published on PyPI). - "everalgo-user-memory==0.4.0", - "everalgo-agent-memory==0.4.0", + "everalgo-user-memory==0.7.0", + "everalgo-agent-memory==0.5.0", "everalgo-rank==0.4.1", "everalgo-knowledge==0.1.1", @@ -93,8 +93,8 @@ dependencies = [ # (`memorize.mode = "agent"`) install of 1.2.3 while every local suite # stayed green on the locked 0.2.1. Raise these deliberately, together # with a run of the release smoke against a PyPI-resolved install. - "everalgo-boundary==0.2.1", - "everalgo-core==0.3.0", + "everalgo-boundary==0.3.0", + "everalgo-core==0.5.0", "everalgo-clustering==0.2.1", ]