Skip to content

Python: Build(deps): Bump mem0ai from 1.0.10 to 2.0.4 in /python#6282

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/mem0ai-2.0.4
Closed

Python: Build(deps): Bump mem0ai from 1.0.10 to 2.0.4 in /python#6282
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/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 1.0.10 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)

Mem0 Python SDK (v2.0.2)

Bug Fixes:

  • Telemetry: Stitch OSS and platform PostHog identities on MemoryClient init so $identify events fire and a single user is no longer tracked as two or three disconnected personas (#5040)
  • Security: Harden against SQL injection and prompt injection (#4997)

New Features:

  • SDK: Expose decay on project.update (#5062)

Improvements:

  • Plugin: Hand mem0 search decisions to the agent (#4992)

Mem0 Python SDK (v2.0.1)

Bug Fixes:

  • Client: Map user_id, agent_id, run_id entity params to filters in GET /memories (#4960)
  • Memory: Honor prompt param in vector store extraction pipeline (#4914)
  • Memory: Add missing text_lemmatized field in AsyncMemory._create_memory (#4886)
  • Memory: Merge same-key operator dicts in AND metadata filters (#4853)
  • LLMs: Narrow _is_reasoning_model check to not match gpt-5.x variants (#4746)
  • Vector Stores: Add ca_certs config option for Elasticsearch vector store (#3993)
  • Vector Stores: Add agent_id and run_id to Elasticsearch/OpenSearch default mappings (#4906)
  • Embeddings: Set FastEmbed embedding_dims from model metadata at init (#4711)

Security:

  • Bump vulnerable dependencies to patched versions (#4835)

Mem0 Python SDK (v2.0.0)

A ground-up redesign of how memories are extracted, stored, and retrieved — plus a long-overdue cleanup of the SDK surface.

Highlights

  • New extraction algorithm — single-pass, ADD-only, roughly half the latency
  • Multi-signal hybrid retrieval — semantic + BM25 keyword + entity matching fused into one score
  • Built-in entity linking — replaces graph memory with no external store to manage
  • Cleaner SDK surface — constructor and method signatures aligned with the Platform API

... (truncated)

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 1.0.10 to 2.0.4.
- [Release notes](https://github.com/mem0ai/mem0/releases)
- [Commits](mem0ai/mem0@v1.0.10...v2.0.4)

---
updated-dependencies:
- dependency-name: mem0ai
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python labels Jun 2, 2026
Copilot AI review requested due to automatic review settings June 2, 2026 19:45
@dependabot dependabot Bot added python dependencies Pull requests that update a dependency file labels Jun 2, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot changed the title Build(deps): Bump mem0ai from 1.0.10 to 2.0.4 in /python Python: Build(deps): Bump mem0ai from 1.0.10 to 2.0.4 in /python Jun 2, 2026
@moonbox3
Copy link
Copy Markdown
Contributor

moonbox3 commented Jun 2, 2026

Thank you for your contribution, @dependabot[bot].

To keep the review queue manageable, we currently limit community contributors to 10 open pull requests at a time. This PR would put you at 21 open pull requests, so we are closing it automatically.

Please focus on getting your existing PRs reviewed, merged, or closed before opening another one. If a maintainer asked you to open this PR, they can apply the pr-limit-exempt label and reopen it.

@moonbox3 moonbox3 closed this Jun 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/python/mem0ai-2.0.4 branch June 2, 2026 19:49
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 too-many-prs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants