Skip to content

chore(deps): bump the python-deps group across 1 directory with 5 updates - #437

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

chore(deps): bump the python-deps group across 1 directory with 5 updates#437
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-7aa50f8a64

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown

Updates the requirements on lancedb, everalgo-user-memory, everalgo-agent-memory, everalgo-boundary and everalgo-core to permit the latest version.
Updates lancedb to 0.38.0

Release notes

Sourced from lancedb's releases.

LanceDB v0.38.0

🛠 Breaking Changes

🎉 New Features

... (truncated)

Commits
  • 8c68e0c Bump version: 0.38.0-beta.16 → 0.38.0
  • 1a9414c Bump version: 0.38.0-beta.15 → 0.38.0-beta.16
  • c4ee8ae feat: update lance dependency to v11.0.0 (#4093)
  • 57b8d3b Bump version: 0.38.0-beta.14 → 0.38.0-beta.15
  • c6dfe83 feat(python): support large_utf8 function signatures (#4092)
  • d5dac65 feat: support Blob v2 UDF signatures (#4091)
  • 1b0fc2c Bump version: 0.38.0-beta.13 → 0.38.0-beta.14
  • a417e46 feat(functions): support GPU resource requirements (#4085)
  • fcdc3f9 fix: allow multiple function bindings per table (#4090)
  • 0c4e066 Bump version: 0.38.0-beta.12 → 0.38.0-beta.13
  • Additional commits viewable in compare view

Updates everalgo-user-memory from 0.4.0 to 0.7.0

Changelog

Sourced from everalgo-user-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.5.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.3.0 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.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.8.0rc8 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.5.0 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

[everalgo-user-memory/0.8.0rc8] - 2026-09-08

Profile extraction from Episodes becomes time-aware. Breaking: ProfileExtractor.aextract_from_episode_texts(Sequence[str], *, timestamp) is replaced by aextract_from_episodes(Sequence[Episode]), so every narrative keeps its own observation date. Each profile item now carries observed_at, Profile.timestamp never moves backwards, and an Episode observed before an item was established can add facts and evidence but can no longer rewrite or delete that item — enforced in code, not only in the prompt. Callers pass only the Episodes new to the profile; a batch that straddles the stored timestamp runs as a historical pass followed by a current pass. Motivated by an EverOS backfill in which older Episodes delivered after newer ones overwrote the newer state.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

[everalgo-user-memory/0.8.0rc7] - 2026-09-04

Generic Episode generation now includes both English and Chinese worked examples. The Chinese example uses Chinese sentences containing English technical terms, giving automatic language selection a balanced demonstration without changing the output schema or caller contract.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-03 (user-memory 0.8.0rc6)

Generic Episode generation now makes user_language the first field of both its output schema and worked example. The field remains English-name metadata while title, content, and summary follow the selected participant language, removing the contradictory three-field contract that allowed language inference to be omitted.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-02 (user-memory 0.8.0rc5)

ProfileExtractor.aextract_from_episode_texts now filters Episode narratives independently before extraction: a narrative that does not reference the resolved target user is omitted from the model prompt, while a batch with no matching narrative still fails before the first LLM call. INIT and UPDATE share the filtering behavior, so one unrelated generic Episode no longer discards the usable owner-scoped narratives in the same batch.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-02 (user-memory 0.8.0rc4)

... (truncated)

Commits
  • 20c8622 Merge branch 'release/user-memory-v0.7.0' into 'main'
  • 522b313 🔖 release(user-memory): 0.7.0 — profile prompt rewrite around one definition ...
  • 8675b16 Merge branch 'fix/profile-explicit-info-event-pollution' into 'main'
  • 2fb9ddf 🐛 fix(user-memory): rewrite the profile prompts around one definition of a po...
  • 6756474 Merge branch 'release/boundary-user-agent-memory' into 'main'
  • 27f400c 🔖 release(release): boundary 0.3.0 + user-memory 0.6.0 + agent-memory 0.5.0 —...
  • 305ed10 Merge branch 'fix/boundary-should-wait' into 'main'
  • 0da1697 🐛 fix(boundary)!: surface the LLM's should_wait verdict instead of discarding it
  • 0f0ae7d Merge branch 'release/core-user-memory-v0.5.0' into 'main'
  • b68b0fe 🔖 release(release): core 0.5.0 + user-memory 0.5.0 — model-written Episode.su...
  • Additional commits viewable in compare view

Updates everalgo-agent-memory from 0.4.0 to 0.5.0

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.5.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.3.0 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.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.8.0rc8 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.5.0 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

[everalgo-user-memory/0.8.0rc8] - 2026-09-08

Profile extraction from Episodes becomes time-aware. Breaking: ProfileExtractor.aextract_from_episode_texts(Sequence[str], *, timestamp) is replaced by aextract_from_episodes(Sequence[Episode]), so every narrative keeps its own observation date. Each profile item now carries observed_at, Profile.timestamp never moves backwards, and an Episode observed before an item was established can add facts and evidence but can no longer rewrite or delete that item — enforced in code, not only in the prompt. Callers pass only the Episodes new to the profile; a batch that straddles the stored timestamp runs as a historical pass followed by a current pass. Motivated by an EverOS backfill in which older Episodes delivered after newer ones overwrote the newer state.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

[everalgo-user-memory/0.8.0rc7] - 2026-09-04

Generic Episode generation now includes both English and Chinese worked examples. The Chinese example uses Chinese sentences containing English technical terms, giving automatic language selection a balanced demonstration without changing the output schema or caller contract.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-03 (user-memory 0.8.0rc6)

Generic Episode generation now makes user_language the first field of both its output schema and worked example. The field remains English-name metadata while title, content, and summary follow the selected participant language, removing the contradictory three-field contract that allowed language inference to be omitted.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-02 (user-memory 0.8.0rc5)

ProfileExtractor.aextract_from_episode_texts now filters Episode narratives independently before extraction: a narrative that does not reference the resolved target user is omitted from the model prompt, while a batch with no matching narrative still fails before the first LLM call. INIT and UPDATE share the filtering behavior, so one unrelated generic Episode no longer discards the usable owner-scoped narratives in the same batch.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-02 (user-memory 0.8.0rc4)

... (truncated)

Commits
  • 27f400c 🔖 release(release): boundary 0.3.0 + user-memory 0.6.0 + agent-memory 0.5.0 —...
  • 305ed10 Merge branch 'fix/boundary-should-wait' into 'main'
  • 0da1697 🐛 fix(boundary)!: surface the LLM's should_wait verdict instead of discarding it
  • 0f0ae7d Merge branch 'release/core-user-memory-v0.5.0' into 'main'
  • b68b0fe 🔖 release(release): core 0.5.0 + user-memory 0.5.0 — model-written Episode.su...
  • 86368f3 Merge branch 'feat/episode-summary' into 'main'
  • dc6c8c7 ✨ feat(user-memory)!: make Episode.summary a model-written preview instead of...
  • a2ad5f8 Merge branch 'feat/reflect-output-language' into 'main'
  • eb669cd ✨ feat(user-memory): let the caller choose EpisodeReflector's output language...
  • 9eb1a24 Merge branch 'feat/output-language-argument' into 'main'
  • Additional commits viewable in compare view

Updates everalgo-boundary from 0.2.1 to 0.3.0

Changelog

Sourced from everalgo-boundary'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.

[0.2.0] - 2026-05-27

Coordinated release-readiness baseline across the seven published distributions. Per-distribution detail lives in each package's CHANGELOG; highlights:

Changed (breaking)

  • everalgo-clustering: cluster_by_geometry is now synchronous (pure compute, no I/O).
  • everalgo-boundary / everalgo-user-memory: the unimplemented WorkspaceMemCellExtractor stub is removed from the public API (reachable only via explicit submodule import).
  • everalgo-core: the empty everalgo.protocols placeholder is removed.

Changed

  • Packaging metadata enriched across all distributions (keywords, full classifiers, author email).
  • Coverage gate centralised in pyproject.toml; CI now tests Python 3.12 / 3.13 / 3.14; tag-triggered PyPI publish via Trusted Publishing added.
  • Community health files added (SECURITY.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, CITATION.cff).
  • everalgo-knowledge marked not-for-publish (Private :: Do Not Upload); namespace reserved only.

[0.1.0] - 2026-05-17

Added

  • Monorepo scaffold — 8-distribution uv virtual workspace with a shared lockfile and PEP 420 native namespace packages under everalgo.*.
  • Release infrastructurecliff.toml for per-distribution CHANGELOG generation, py.typed markers, pre-commit hook (ruff check --fix + ruff format + standard sanitisers).
  • Logging conventions (ADR-013)NullHandler on every subpackage logger; SensitiveHeadersFilter on the everalgo.llm logger; ruff rules G + LOG + TRY enforce library-safe logging patterns.
  • 6 runnable quickstart examples under examples/ covering boundary detection, geometry clustering, Episode extraction, AgentCase extraction, rerank, and the full user-memory pipeline. All use FakeLLMClient; no API key required.
  • Cross-package integration tests under tests/integration/ for the full user-memory pipeline and full agent-memory pipeline.
  • Cluster.members: list[str] — caller-supplied entity ids; algorithm appends on merge, never inspects semantics. Caller uses this to track which business entities belong to each cluster.
  • EpisodeExtractor generic mode — pass sender_id=None to extract one whole-memcell generic episode using EPISODE_GENERATION_PROMPT (cheaper than per-user fan-out). Pass a user id to use the USER-focused USER_EPISODE_GENERATION_PROMPT.
  • AtomicFactExtractor generic mode — pass sender_id=None to extract facts not bound to any user.
  • ProfileExtractor UPDATE mode — pass old_profile=Profile to use the incremental ops-based update path. When the merged item count exceeds an internal compact threshold, a second LLM pass runs automatically (caller-transparent). old_profile=None continues to trigger full INIT extraction.
  • AgentSkillExtractor expanded kwargs — all policy thresholds exposed as per-call keyword arguments: skip_quality_threshold, skip_maturity_scoring, maturity_threshold, retire_confidence, failure_quality_threshold, max_case_history, max_description_tokens, max_content_tokens, maturity_trivial_change_ratio, maturity_reeval_change_ratio. SkillConfig public class removed; _SkillCfg is now an internal dataclass.
  • skip_quality_threshold=0.2 short-circuit in AgentSkillExtractor — cases with quality_score < threshold return [] without calling the LLM.
  • Time-format utilities down to coreformat_message_timestamp / format_natural_language_time live in everalgo.llm.format and are shared across all subpackages.
  • Robust LLM JSON parser down to coreeveralgo.llm.parse.parse_llm_json_object (fence → direct loads → outermost-braces fallback) shared across all subpackages.
  • Boundary prompt ISO 8601 UTC format — all boundary detection prompts (EN and ZH) now use YYYY-MM-DDTHH:MM:SSZ for timestamps.
  • Instance-only LLM injectionllm= is passed at constructor time only; the 4-layer global resolution (global default / scoped context / per-call override) has been removed.
  • AgentBoundaryDetector — filter → detect → remap pipeline for mixed ConversationItem trajectories; tool-call items are preserved in output MemCell.items.
  • BoundaryDetector renamedChatBoundaryDetectorUserBoundaryDetectorBoundaryDetector (final, matching the no-prefix convention used by all other facades).

... (truncated)

Commits
  • 27f400c 🔖 release(release): boundary 0.3.0 + user-memory 0.6.0 + agent-memory 0.5.0 —...
  • 305ed10 Merge branch 'fix/boundary-should-wait' into 'main'
  • 0da1697 🐛 fix(boundary)!: surface the LLM's should_wait verdict instead of discarding it
  • 0f0ae7d Merge branch 'release/core-user-memory-v0.5.0' into 'main'
  • b68b0fe 🔖 release(release): core 0.5.0 + user-memory 0.5.0 — model-written Episode.su...
  • 86368f3 Merge branch 'feat/episode-summary' into 'main'
  • dc6c8c7 ✨ feat(user-memory)!: make Episode.summary a model-written preview instead of...
  • a2ad5f8 Merge branch 'feat/reflect-output-language' into 'main'
  • eb669cd ✨ feat(user-memory): let the caller choose EpisodeReflector's output language...
  • 9eb1a24 Merge branch 'feat/output-language-argument' into 'main'
  • Additional commits viewable in compare view

Updates everalgo-core from 0.3.0 to 0.5.0

Changelog

Sourced from everalgo-core'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.5.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.3.0 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.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.8.0rc8 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.5.0 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

[everalgo-user-memory/0.8.0rc8] - 2026-09-08

Profile extraction from Episodes becomes time-aware. Breaking: ProfileExtractor.aextract_from_episode_texts(Sequence[str], *, timestamp) is replaced by aextract_from_episodes(Sequence[Episode]), so every narrative keeps its own observation date. Each profile item now carries observed_at, Profile.timestamp never moves backwards, and an Episode observed before an item was established can add facts and evidence but can no longer rewrite or delete that item — enforced in code, not only in the prompt. Callers pass only the Episodes new to the profile; a batch that straddles the stored timestamp runs as a historical pass followed by a current pass. Motivated by an EverOS backfill in which older Episodes delivered after newer ones overwrote the newer state.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

[everalgo-user-memory/0.8.0rc7] - 2026-09-04

Generic Episode generation now includes both English and Chinese worked examples. The Chinese example uses Chinese sentences containing English technical terms, giving automatic language selection a balanced demonstration without changing the output schema or caller contract.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-03 (user-memory 0.8.0rc6)

Generic Episode generation now makes user_language the first field of both its output schema and worked example. The field remains English-name metadata while title, content, and summary follow the selected participant language, removing the contradictory three-field contract that allowed language inference to be omitted.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-02 (user-memory 0.8.0rc5)

ProfileExtractor.aextract_from_episode_texts now filters Episode narratives independently before extraction: a narrative that does not reference the resolved target user is omitted from the model prompt, while a batch with no matching narrative still fails before the first LLM call. INIT and UPDATE share the filtering behavior, so one unrelated generic Episode no longer discards the usable owner-scoped narratives in the same batch.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-09-02 (user-memory 0.8.0rc4)

... (truncated)

Commits
  • b68b0fe 🔖 release(release): core 0.5.0 + user-memory 0.5.0 — model-written Episode.su...
  • 86368f3 Merge branch 'feat/episode-summary' into 'main'
  • dc6c8c7 ✨ feat(user-memory)!: make Episode.summary a model-written preview instead of...
  • a2ad5f8 Merge branch 'feat/reflect-output-language' into 'main'
  • eb669cd ✨ feat(user-memory): let the caller choose EpisodeReflector's output language...
  • 9eb1a24 Merge branch 'feat/output-language-argument' into 'main'
  • 63f4f17 ✨ feat(user-memory): let the caller choose the output language
  • 3db50c3 Merge branch 'release/user-memory-v0.4.1' into 'main'
  • 60cf79e 🔖 release(user-memory): 0.4.1 — profile update indices resolved against the o...
  • 2a634e0 Merge branch 'fix/profile-apply-ops-index-semantics' into 'main'
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-deps-7aa50f8a64 branch 4 times, most recently from 0291b74 to ec17cbd Compare September 8, 2026 08:19
…ates

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](lancedb/lancedb@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](EverMind-AI/EverAlgo@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](EverMind-AI/EverAlgo@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](EverMind-AI/EverAlgo@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](EverMind-AI/EverAlgo@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] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-deps-7aa50f8a64 branch from ec17cbd to 725164f Compare September 8, 2026 22:26
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