Skip to content

build(deps-dev): update mem0ai requirement from >=2.0.0 to >=2.0.13#737

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

build(deps-dev): update mem0ai requirement from >=2.0.0 to >=2.0.13#737
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mem0ai-gte-2.0.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown

Updates the requirements on mem0ai to permit the latest version.

Release notes

Sourced from mem0ai's releases.

Mem0 Python SDK (v2.0.13)

Bug Fixes:

  • Vector Stores: Fix reset() silently leaving stale vectors behind on local (on-disk) Qdrant when the old collection directory could not be removed, for example an open file handle on Windows or NFS (#6412)
  • Core: Stop update() metadata from overwriting or injecting user_id, agent_id, run_id, or actor_id. These identity fields are immutable after creation, so passing them in metadata can no longer move a memory into a different tenant's scope (#6278)
  • Vector Stores: Scope Pinecone delete_col()/reset() to the configured namespace instead of deleting the whole index, so resetting a namespaced Pinecone store no longer wipes out the other namespaces sharing that index (#6287)
  • Vector Stores: Convert Baidu Mochow's raw L2 distance into a similarity score in search() (1 / (1 + distance)), so closer matches rank higher instead of lower, matching the Milvus provider and the rest of the VectorStoreBase contract (#6435)
  • LLMs: Read OPENAI_BASE_URL (was OPENAI_API_BASE) in OpenAIStructuredLLM, matching the official OpenAI SDK's environment variable and the rest of the OpenAI-compatible providers (#6322)

Improvements:

  • LLMs: Remove a dead, no-op api_key attribute check from LLMBase.__init__ (#6460)

Changes:

  • Client: Remove the retrieval_criteria parameter from MemoryClient.update_project()/AsyncMemoryClient.update_project() and Project.update()/AsyncProject.update(). It was accepted and forwarded but never affected retrieval, so removing it is not a behavior change (#6313)
Commits
  • ca2abca fix(ts-oss/milvus): skip '*' wildcard filter values instead of matching liter...
  • 0e582ad fix(ts-oss/anthropic): find the text block in no-tools responses (#6506)
  • 9caffea fix(ts-sdk): use textLemmatized for BM25 keyword search on Milvus, OpenSearch...
  • a58e058 fix(vector_stores/opensearch): honor all filter keys instead of a hardcoded i...
  • a9cb4bb fix(vector_stores/chroma): stop dropping filter conditions in where-clause tr...
  • 7bf84b8 fix: drop unused vector column from pgvector get() and list() queries (#6483)
  • 5e7adc4 chore: update changelog, bump versions to Python 2.0.13, TypeScript 3.1.1, Op...
  • 14393b5 fix(llms/anthropic): find the text block in no-tools responses instead of ind...
  • f590c95 fix(ts-oss/baidu): convert L2 distance to similarity score in search() (#6485)
  • dd5f7e3 ci: infer component labels for issues filed without the form (#6471)
  • Additional commits viewable 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 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)

Updates the requirements on [mem0ai](https://github.com/mem0ai/mem0) to permit the latest version.
- [Release notes](https://github.com/mem0ai/mem0/releases)
- [Commits](mem0ai/mem0@v2.0.0...v2.0.13)

---
updated-dependencies:
- dependency-name: mem0ai
  dependency-version: 2.0.13
  dependency-type: direct:development
...

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 Jul 24, 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