Skip to content

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

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

chore(deps): bump the python-deps group across 1 directory with 2 updates#403
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-362517a3f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown

Updates the requirements on lancedb and everalgo-user-memory to permit the latest version.
Updates lancedb to 0.37.1

Release notes

Sourced from lancedb's releases.

LanceDB v0.37.1

🛠 Breaking Changes

🎉 New Features

🐛 Bug Fixes

... (truncated)

Commits
  • b89f87f Bump version: 0.37.1-beta.3 → 0.37.1
  • a022d3b Bump version: 0.37.1-beta.2 → 0.37.1-beta.3
  • 8268532 Bump version: 0.37.1-beta.1 → 0.37.1-beta.2
  • f933ef9 fix(ci): tag releases after updating lockfiles
  • e885e5d fix(ci): validate stable Lance dependencies
  • 7c7efa9 feat: update lance dependency to v10.0.0
  • 12405a4 chore: drop explicit goosefs-sdk pin in favor of opendal 0.58.1 transitive de...
  • 36054be fix(node): preserve nested Arrow data across versions (#3900)
  • 77a93fe fix: get table size from metadata, not files (#3790)
  • 7bb5018 Bump version: 0.37.1-beta.0 → 0.37.1-beta.1
  • Additional commits viewable in compare view

Updates everalgo-user-memory from 0.4.0 to 0.4.1

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.4.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.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.4.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.4.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

Patch release — 2026-08-04

One distribution updated. ProfileExtractor's UPDATE path applied each operation to a list it was mutating as it went, so a delete shifted the index every later operation addressed — silently editing or removing the wrong profile item and returning a structurally valid profile with wrong contents that a caller could not detect, work around, or recover from. Indices now resolve against the profile snapshot the model was actually shown. The same release closes five routes to duplicate profile items, including two that no operation could reach before: the INIT path, which wrote the LLM's output through unchecked, and compaction, the very mechanism meant to collapse duplication. Because an update now deduplicates the whole bucket, a profile already polluted before this release heals on its next update. Per-distribution detail in the package CHANGELOG.

Distribution Version Bump
everalgo-user-memory 0.4.1 patch — profile update indices resolved against the original snapshot; duplicate items removed on every write path; per-op rejection warnings

Minor release — 2026-07-30

Two distributions updated, independently. Every prompt in everalgo-user-memory now judges output language from what the conversation participants themselves write — with an operational test for what counts as pasted material — and every absolute clock time an extractor emits carries the UTC label in a 24-hour format; the zh prompt set reached parity with en. everalgo-agent-memory gains aextract_with_reason, which returns a typed rejection reason instead of leaving an empty result only explicable from the log. Per-distribution detail in each package's CHANGELOG.

Distribution Version Bump
everalgo-user-memory 0.4.0 minor — participant-anchored output language; UTC-labelled 24-hour times; prompts/zh/atomic_fact_from_text.py added
everalgo-agent-memory 0.4.0 minor — aextract_with_reason + typed CaseSkipReason / SkillSkipReason; asgiref declared explicitly

Patch release — 2026-07-21

One distribution updated. Per-distribution detail in the package CHANGELOG.

Distribution Version Bump
everalgo-user-memory 0.3.2 patch — ProfileExtractor scoped to sender_id; cross-owner leakage fix

Patch release — 2026-06-24

... (truncated)

Commits
  • 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'
  • 65c6968 🐛 fix(user-memory): resolve profile update ops against the original snapshot
  • d26fb2f Merge branch 'release/agent-memory-v0.4.0' into 'main'
  • 6fd1f59 🔖 release(agent-memory): 0.4.0 — aextract_with_reason + typed skip reasons
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 11, 2026
…ates

Updates the requirements on [lancedb](https://github.com/lancedb/lancedb) and [everalgo-user-memory](https://github.com/EverMind-AI/EverAlgo) to permit the latest version.

Updates `lancedb` to 0.37.1
- [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.37.1)

Updates `everalgo-user-memory` from 0.4.0 to 0.4.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-user-memory/v0.4.0...everalgo-user-memory/v0.4.1)

---
updated-dependencies:
- dependency-name: everalgo-user-memory
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: lancedb
  dependency-version: 0.36.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-362517a3f7 branch from 9cf98c5 to e776ab9 Compare August 17, 2026 11:51
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