From 8f982e3bf18de8f3321945d1cc9e57b2580d18b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:25:38 +0000 Subject: [PATCH] chore(deps): bump the python-deps group with 5 updates Bumps the python-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [everalgo-core](https://github.com/EverMind-AI/EverAlgo) | `0.2.0` | `0.3.0` | | [everalgo-boundary](https://github.com/EverMind-AI/EverAlgo) | `0.2.0` | `0.2.1` | | [everalgo-user-memory](https://github.com/EverMind-AI/EverAlgo) | `0.2.0` | `0.3.0` | | [everalgo-agent-memory](https://github.com/EverMind-AI/EverAlgo) | `0.2.0` | `0.3.1` | | [everalgo-rank](https://github.com/EverMind-AI/EverAlgo) | `0.3.0` | `0.4.0` | Updates `everalgo-core` from 0.2.0 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-core/v0.2.0...everalgo-core/v0.3.0) Updates `everalgo-boundary` from 0.2.0 to 0.2.1 - [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.0...everalgo-boundary/v0.2.1) Updates `everalgo-user-memory` from 0.2.0 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-user-memory/v0.2.0...everalgo-user-memory/v0.3.0) Updates `everalgo-agent-memory` from 0.2.0 to 0.3.1 - [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.2.0...everalgo-agent-memory/v0.3.1) Updates `everalgo-rank` from 0.3.0 to 0.4.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-rank/v0.3.0...everalgo-rank/v0.4.0) --- updated-dependencies: - dependency-name: everalgo-core dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: everalgo-boundary dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: everalgo-user-memory dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: everalgo-agent-memory dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: everalgo-rank dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor 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 0715b99b..efa2adaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,11 +58,11 @@ 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-core==0.2.0", - "everalgo-boundary==0.2.0", - "everalgo-user-memory==0.2.0", - "everalgo-agent-memory==0.2.0", - "everalgo-rank==0.3.0", + "everalgo-core==0.3.0", + "everalgo-boundary==0.2.1", + "everalgo-user-memory==0.3.0", + "everalgo-agent-memory==0.3.1", + "everalgo-rank==0.4.0", ] [project.optional-dependencies]