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.36.0

Release notes

Sourced from lancedb's releases.

Python LanceDB v0.36.0

🛠 Breaking Changes

🎉 New Features

🐛 Bug Fixes

📚 Documentation

🚀 Performance Improvements

Other Changes

... (truncated)

Commits
  • cbd5b4e Bump version: 0.36.0-beta.1 → 0.36.0
  • 897c492 Bump version: 0.36.0-beta.0 → 0.36.0-beta.1
  • 4f0cf10 Bump version: 0.32.0-beta.2 → 0.33.0-beta.0
  • f162601 Bump version: 0.35.0-beta.2 → 0.36.0-beta.0
  • de5ca64 chore: pin pylance test dependency to 9.0.0
  • 9b42f0a chore: update lance dependency to v9.0.0
  • 0bc0816 fix(python): allow selection of _rowid in Permutation (#3133)
  • d6f9f85 docs(java): fill Java API reference gaps (#3615)
  • 0bd0944 feat: branch skill updates for merge (#3685)
  • 91f775c chore(deps): bump the rust-minor-patch group across 1 directory with 19 updat...
  • 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 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

…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.36.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...python-v0.36.0)

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: lancedb
  dependency-version: 0.36.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: everalgo-user-memory
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Aug 11, 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