Skip to content

chore(deps-dev): bump mem0ai from 2.0.2 to 2.0.4#148

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mem0ai-2.0.4
Open

chore(deps-dev): bump mem0ai from 2.0.2 to 2.0.4#148
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mem0ai-2.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps mem0ai from 2.0.2 to 2.0.4.

Release notes

Sourced from mem0ai's releases.

Mem0 Python SDK (v2.0.4)

New Features:

  • Client: delete() and async delete() accept delete_linked (default False). When True, deleting a memory also removes the older memories it superseded (the v3 linked_memory_ids chain), transitively — the delete-side counterpart of latest_only, so a superseded memory does not resurface after the current one is deleted (#5270)

Mem0 Python SDK (v2.0.3)

Bug Fixes:

  • Vector Stores: PGVector adapter now supports rich filter operators (eq, ne, gt, gte, lt, lte, in, nin, contains, icontains, wildcard *, $or, $not) in search(), keyword_search(), and list(). Previously only exact-equality filters worked — operator dicts were silently stringified and returned zero results (#5263)

  • Server: Fixed /search endpoint returning 502 when user_id, agent_id, or run_id are sent as top-level request fields. The server now maps these into the filters dict before calling Memory.search(), matching the v3 API contract. Top-level entity ID fields are marked as deprecated in the OpenAPI schema and emit a warning log — clients should migrate to filters={"user_id": "..."} (#5263)

Commits
  • 75a37ec feat(sdk): add delete_linked option to MemoryClient.delete (Python + TS) (#5270)
  • 8893430 fix(cli-node): forward --no-infer flag to add (#5267)
  • 098a599 fix: refresh stale mem0ai pins in examples and openclaw (#5212)
  • 5a2201d fix(pgvector): boolean filter casing, LIKE escaping, and TS scalar coercion (...
  • ad736d9 fix(pgvector, server): add rich filter operators and fix /search 502 (#5263)
  • 7f6d460 feat(mem0-plugin): v0.2.6 — fix memory visibility, remove redundant hooks, re...
  • f9c52ba feat(mem0-plugin): v0.2.5 — fix identity scoping, skill param bugs, add check...
  • 0da3359 feat(mem0-plugin): v0.2.4 — fix stats, session scoping, reduce noise, improve...
  • 6b9707f docs(mem0-plugin): add changelog entries for v0.2.1, v0.2.2, v0.2.3 (#5241)
  • 99beb00 feat(mem0-plugin): improve auto-triggering — pre-fetch, dedup, skill enforcem...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mem0ai](https://github.com/mem0ai/mem0) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/mem0ai/mem0/releases)
- [Commits](mem0ai/mem0@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: mem0ai
  dependency-version: 2.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 2, 2026
@dependabot dependabot Bot requested a review from TSchonleber as a code owner June 2, 2026 18:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 2, 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