Skip to content

chore(deps): bump the python-deps group with 5 updates#292

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-9261592b1d
Open

chore(deps): bump the python-deps group with 5 updates#292
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-9261592b1d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown

Bumps the python-deps group with 5 updates:

Package From To
everalgo-core 0.2.0 0.3.0
everalgo-boundary 0.2.0 0.2.1
everalgo-user-memory 0.2.0 0.3.0
everalgo-agent-memory 0.2.0 0.3.1
everalgo-rank 0.3.0 0.4.0

Updates everalgo-core from 0.2.0 to 0.3.0

Changelog

Sourced from everalgo-core's changelog.

[everalgo-rank/0.3.0] - 2026-05-28

Per-distribution minor bump of everalgo-rank only. Other distributions are unchanged.

Changed (breaking)

  • everalgo-rank: skill ranker's standalone post-rerank verify stage is removed; relevance grading folds into a single LLM pass with a new min_rerank_score hard-threshold gate. Public API averify / verify and the enable_verify / verify_threshold / verify_prompt parameters are gone. See packages/everalgo-rank/CHANGELOG.md for migration.

Changed

  • License relicensed from MIT to Apache-2.0.
Commits
  • 1152725 Merge branch 'docs/knowledge-published-status' into 'main'
  • 9bc9537 📝 docs: update knowledge status from stub to published
  • 547fcac Merge branch 'release/coordinated-2026-06-16' into 'main'
  • 079e28c 📦 release: core 0.3.0, rank 0.4.0, knowledge 0.1.0 — category dimension + kno...
  • f0c2400 Merge branch 'feature/knowledge_base' into 'main'
  • 968f078 ✨ feat(everalgo-knowledge): file-based knowledge extraction pipeline
  • 1b0fcf6 Merge branch 'fix/agent-memory-core-dep-floor' into 'main'
  • 861c52a 🐛 fix(agent-memory): raise everalgo-core dependency floor to >=0.2.1
  • 088102d Merge branch 'release/coordinated-2026-06-15' into 'main'
  • 7547fc8 📦 release: coordinated patch+minor across 7 distributions (Apache-2.0 + new f...
  • Additional commits viewable in compare view

Updates everalgo-boundary from 0.2.0 to 0.2.1

Changelog

Sourced from everalgo-boundary's changelog.

Changelog

All notable changes to the EverAlgo monorepo are documented here. Format follows Keep a Changelog 1.1.0. Each distribution follows its own Semantic Versioning 2.0 cadence — there is no umbrella version.

Per-distribution changelogs are the source of truth. This file is a navigation index.

Distribution status

The table tracks the current version declared in each packages/everalgo-*/pyproject.toml. All eight distributions are published to PyPI.

Distribution Version Changelog
everalgo-core 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-boundary/CHANGELOG.md
everalgo-clustering 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-clustering/CHANGELOG.md
everalgo-rank 0.4.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.3.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-agent-memory/CHANGELOG.md
everalgo-parser 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-parser/CHANGELOG.md
everalgo-knowledge 0.1.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-knowledge/CHANGELOG.md

Coordinated minor — 2026-06-16

Three distributions updated. everalgo-knowledge is published to PyPI for the first time. Per-distribution detail in each package's CHANGELOG.

Distribution Version Bump
everalgo-core 0.3.0 minor — CategorySpec type + KnowledgeMemory.category_id field
everalgo-rank 0.4.0 minor — category-aware retrieval (acategory_retrieve)
everalgo-knowledge 0.1.1 first public releaseKnowledgeExtractor pipeline + aclassify_category

Coordinated patch + minor — 2026-06-15

Seven distributions updated. All relicensed from MIT to Apache-2.0. Per-distribution detail in each package's CHANGELOG.

Distribution Version Bump
everalgo-core 0.2.1 patch
everalgo-boundary 0.2.1 patch
everalgo-clustering 0.2.1 patch
everalgo-rank 0.3.1 patch
everalgo-parser 0.2.1 patch
everalgo-user-memory 0.3.0 minor — EpisodeReflector
everalgo-agent-memory 0.3.0 minor — AgentProfileExtractor + case filter

[everalgo-rank/0.3.0] - 2026-05-28

... (truncated)

Commits
  • 088102d Merge branch 'release/coordinated-2026-06-15' into 'main'
  • 7547fc8 📦 release: coordinated patch+minor across 7 distributions (Apache-2.0 + new f...
  • e054081 Merge branch 'feat/episode-reflector' into 'main'
  • 92923b8 ✨ feat(user-memory): add EpisodeReflector (INIT + UPDATE merge)
  • 5cb5c69 Merge branch 'fix/benchmark-retry-robustness' into 'main'
  • 91c4953 📝 docs(benchmarks): add 5-run variance analysis + broaden retry exceptions
  • 953b2aa Merge branch 'xiya/agent_profile' into 'main'
  • b1b2bb8 ✨ feat(agent-memory): add AgentProfileExtractor for SOUL.md / AGENTS.md secti...
  • a0d3609 Merge branch 'docs/evermem-to-everos-and-staleness-sweep' into 'main'
  • 6743324 📝 docs(repo): rename evermem → EverOS + sweep 34 stale doc items
  • Additional commits viewable in compare view

Updates everalgo-user-memory from 0.2.0 to 0.3.0

Changelog

Sourced from everalgo-user-memory's changelog.

[everalgo-rank/0.3.0] - 2026-05-28

Per-distribution minor bump of everalgo-rank only. Other distributions are unchanged.

Changed (breaking)

  • everalgo-rank: skill ranker's standalone post-rerank verify stage is removed; relevance grading folds into a single LLM pass with a new min_rerank_score hard-threshold gate. Public API averify / verify and the enable_verify / verify_threshold / verify_prompt parameters are gone. See packages/everalgo-rank/CHANGELOG.md for migration.

Changed

  • License relicensed from MIT to Apache-2.0.
Commits
  • 088102d Merge branch 'release/coordinated-2026-06-15' into 'main'
  • 7547fc8 📦 release: coordinated patch+minor across 7 distributions (Apache-2.0 + new f...
  • e054081 Merge branch 'feat/episode-reflector' into 'main'
  • 92923b8 ✨ feat(user-memory): add EpisodeReflector (INIT + UPDATE merge)
  • 5cb5c69 Merge branch 'fix/benchmark-retry-robustness' into 'main'
  • 91c4953 📝 docs(benchmarks): add 5-run variance analysis + broaden retry exceptions
  • 953b2aa Merge branch 'xiya/agent_profile' into 'main'
  • b1b2bb8 ✨ feat(agent-memory): add AgentProfileExtractor for SOUL.md / AGENTS.md secti...
  • a0d3609 Merge branch 'docs/evermem-to-everos-and-staleness-sweep' into 'main'
  • 6743324 📝 docs(repo): rename evermem → EverOS + sweep 34 stale doc items
  • Additional commits viewable in compare view

Updates everalgo-agent-memory from 0.2.0 to 0.3.1

Changelog

Sourced from everalgo-agent-memory's changelog.

Changelog

All notable changes to the EverAlgo monorepo are documented here. Format follows Keep a Changelog 1.1.0. Each distribution follows its own Semantic Versioning 2.0 cadence — there is no umbrella version.

Per-distribution changelogs are the source of truth. This file is a navigation index.

Distribution status

The table tracks the current version declared in each packages/everalgo-*/pyproject.toml. All eight distributions are published to PyPI.

Distribution Version Changelog
everalgo-core 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-boundary/CHANGELOG.md
everalgo-clustering 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-clustering/CHANGELOG.md
everalgo-rank 0.4.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.3.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-agent-memory/CHANGELOG.md
everalgo-parser 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-parser/CHANGELOG.md
everalgo-knowledge 0.1.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-knowledge/CHANGELOG.md

Coordinated minor — 2026-06-16

Three distributions updated. everalgo-knowledge is published to PyPI for the first time. Per-distribution detail in each package's CHANGELOG.

Distribution Version Bump
everalgo-core 0.3.0 minor — CategorySpec type + KnowledgeMemory.category_id field
everalgo-rank 0.4.0 minor — category-aware retrieval (acategory_retrieve)
everalgo-knowledge 0.1.1 first public releaseKnowledgeExtractor pipeline + aclassify_category

Coordinated patch + minor — 2026-06-15

Seven distributions updated. All relicensed from MIT to Apache-2.0. Per-distribution detail in each package's CHANGELOG.

Distribution Version Bump
everalgo-core 0.2.1 patch
everalgo-boundary 0.2.1 patch
everalgo-clustering 0.2.1 patch
everalgo-rank 0.3.1 patch
everalgo-parser 0.2.1 patch
everalgo-user-memory 0.3.0 minor — EpisodeReflector
everalgo-agent-memory 0.3.0 minor — AgentProfileExtractor + case filter

[everalgo-rank/0.3.0] - 2026-05-28

... (truncated)

Commits
  • 1b0fcf6 Merge branch 'fix/agent-memory-core-dep-floor' into 'main'
  • 861c52a 🐛 fix(agent-memory): raise everalgo-core dependency floor to >=0.2.1
  • 088102d Merge branch 'release/coordinated-2026-06-15' into 'main'
  • 7547fc8 📦 release: coordinated patch+minor across 7 distributions (Apache-2.0 + new f...
  • e054081 Merge branch 'feat/episode-reflector' into 'main'
  • 92923b8 ✨ feat(user-memory): add EpisodeReflector (INIT + UPDATE merge)
  • 5cb5c69 Merge branch 'fix/benchmark-retry-robustness' into 'main'
  • 91c4953 📝 docs(benchmarks): add 5-run variance analysis + broaden retry exceptions
  • 953b2aa Merge branch 'xiya/agent_profile' into 'main'
  • b1b2bb8 ✨ feat(agent-memory): add AgentProfileExtractor for SOUL.md / AGENTS.md secti...
  • Additional commits viewable in compare view

Updates everalgo-rank from 0.3.0 to 0.4.0

Changelog

Sourced from everalgo-rank's changelog.

Changelog

All notable changes to the EverAlgo monorepo are documented here. Format follows Keep a Changelog 1.1.0. Each distribution follows its own Semantic Versioning 2.0 cadence — there is no umbrella version.

Per-distribution changelogs are the source of truth. This file is a navigation index.

Distribution status

The table tracks the current version declared in each packages/everalgo-*/pyproject.toml. All eight distributions are published to PyPI.

Distribution Version Changelog
everalgo-core 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-boundary/CHANGELOG.md
everalgo-clustering 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-clustering/CHANGELOG.md
everalgo-rank 0.4.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.3.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-agent-memory/CHANGELOG.md
everalgo-parser 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-parser/CHANGELOG.md
everalgo-knowledge 0.1.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-knowledge/CHANGELOG.md

Coordinated minor — 2026-06-16

Three distributions updated. everalgo-knowledge is published to PyPI for the first time. Per-distribution detail in each package's CHANGELOG.

Distribution Version Bump
everalgo-core 0.3.0 minor — CategorySpec type + KnowledgeMemory.category_id field
everalgo-rank 0.4.0 minor — category-aware retrieval (acategory_retrieve)
everalgo-knowledge 0.1.1 first public releaseKnowledgeExtractor pipeline + aclassify_category

Coordinated patch + minor — 2026-06-15

Seven distributions updated. All relicensed from MIT to Apache-2.0. Per-distribution detail in each package's CHANGELOG.

Distribution Version Bump
everalgo-core 0.2.1 patch
everalgo-boundary 0.2.1 patch
everalgo-clustering 0.2.1 patch
everalgo-rank 0.3.1 patch
everalgo-parser 0.2.1 patch
everalgo-user-memory 0.3.0 minor — EpisodeReflector
everalgo-agent-memory 0.3.0 minor — AgentProfileExtractor + case filter
Commits
  • 1152725 Merge branch 'docs/knowledge-published-status' into 'main'
  • 9bc9537 📝 docs: update knowledge status from stub to published
  • 547fcac Merge branch 'release/coordinated-2026-06-16' into 'main'
  • 079e28c 📦 release: core 0.3.0, rank 0.4.0, knowledge 0.1.0 — category dimension + kno...
  • f0c2400 Merge branch 'feature/knowledge_base' into 'main'
  • 968f078 ✨ feat(everalgo-knowledge): file-based knowledge extraction pipeline
  • 1b0fcf6 Merge branch 'fix/agent-memory-core-dep-floor' into 'main'
  • 861c52a 🐛 fix(agent-memory): raise everalgo-core dependency floor to >=0.2.1
  • 088102d Merge branch 'release/coordinated-2026-06-15' into 'main'
  • 7547fc8 📦 release: coordinated patch+minor across 7 distributions (Apache-2.0 + new f...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](EverMind-AI/EverAlgo@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](EverMind-AI/EverAlgo@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](EverMind-AI/EverAlgo@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](EverMind-AI/EverAlgo@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](EverMind-AI/EverAlgo@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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants