Skip to content

chore(deps): bump mem0ai from 0.1.117 to 2.0.7 in /sdk#3278

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

chore(deps): bump mem0ai from 0.1.117 to 2.0.7 in /sdk#3278
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sdk/mem0ai-2.0.7

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps mem0ai from 0.1.117 to 2.0.7.

Release notes

Sourced from mem0ai's releases.

Mem0 Python SDK (v2.0.7)

  • LLMs: Add Gemini via Vertex AI as LLM provider (#4030)
  • Embeddings: Add native embed_batch to OllamaEmbedding for batched embedding requests (#5415)

Bug Fixes:

  • Core: Fix api_error_handler silently dropping return values from async methods (#5540)
  • Core: Fix AsyncMemory.reset() not resetting the entity store (#5535)
  • Core: Fix async delete_all aborting on first error, leaving partial deletion (#5529)
  • Core: Skip messages without a content key in message parsers to prevent KeyError crashes (#5575)
  • Core: Preserve custom metadata fields during memory update (#5480)
  • LLMs: Fix Anthropic tool_choice format and tool response parsing (#5537)
  • LLMs: Fix Ollama json format mutating the caller's messages list in-place (#5539)
  • LLMs: Omit None config values from Gemini GenerateContentConfig to prevent validation errors (#5528)
  • LLMs: Honor reasoning-model params in AzureOpenAIStructuredLLM (#5548)
  • LLMs: Honor reasoning-model params in OpenAIStructuredLLM (#5458)
  • LLMs: Send max_completion_tokens for the GPT-5 family across all providers (#5547)
  • LLMs: Accept and forward **kwargs in Together, LangChain, and Sarvam providers (#5556)
  • LLMs: Fix Bedrock AI21 response parse default using dict literal instead of set (#5527)
  • LLMs: Fix LiteLLM function-calling check blocking all calls on non-tool models (#5536)
  • LLMs: Fix HuggingFace provider using self.config instead of raw config parameter (#5538)
  • Embeddings: Honor aws_session_token in AWS Bedrock embeddings (#5566)
  • Rerankers: Respect config.top_k in Cohere and ZeroEntropy fallback paths (#5560)
  • Vector Stores: Fix FAISS filtered search dropping over-fetched candidates before filtering (#5453)
  • Vector Stores: Fix Weaviate reset() crashing with missing vector_size argument (#5531)
  • Vector Stores: Pass embedding dims in Weaviate reset() to avoid re-init crash (#5570)
  • Vector Stores: Fix MongoDB reset() passing wrong argument to create_col() (#5532)
  • Vector Stores: Fix Pinecone hybrid search crashing when filters is None (#5533)
  • Vector Stores: Fix Redis crashing on empty or None filters in search() and list() (#5446)
  • Vector Stores: Return None from get() for missing IDs in Milvus, Weaviate, and Supabase (#5562)
  • Vector Stores: Return None from ChromaDB get() for missing IDs (#5561)

Vercel AI SDK Provider (v2.4.6)

Security:

Mem0 Python SDK (v2.0.6)

New Features:

  • Memory: Add a contextual OSS-to-Platform notices system that surfaces occasional, situation-aware messages (first run, scale/performance thresholds, slow queries, and when temporal/decay features are relevant) pointing to the corresponding Mem0 Platform capabilities; disable via MEM0_TELEMETRY=false (#5494)

Bug Fixes:

  • Memory: Prevent a crash in parse_vision_messages when vision support is disabled (#5487)
  • Vector Stores: Expose the https option on the Qdrant vector store configuration so TLS endpoints can be targeted explicitly (#5380)
  • Vector Stores: Use valid S3 Vectors entity index names, fixing index operations that failed on invalid names (#5416)
  • Vector Stores: Fix search() crashing with a TypeError in the LangChain vector store when a result score is None (#5072)
  • Vector Stores: Use is not None instead of a truthiness check for vector/payload in the PGVector update() path, so valid empty/zero values are no longer skipped (#5488)
  • Vector Stores: Index the Valkey memory field as TEXT rather than TAG so full-text search behaves correctly (#5443)
  • Vector Stores: Implement $not filter support in the ChromaDB vector store (#5485)

... (truncated)

Commits
  • 158e911 chore: update changelog, bump SDK versions to Python 2.0.7 and TypeScript 3.0...
  • 9ed1983 refactor(opencode): use existing mem0 SDK instead of delegating to MCP, load ...
  • 703e8a0 fix: FAISS filtered search drops over-fetched candidates before filtering (#5...
  • 7ed2faa fix: api_error_handler silently drops return values from async methods (#5540)
  • 0d66d3d fix(ts-sdk): preserve user-defined schema keys in createMemoryExport (#5594)
  • 137b751 fix(embeddings): honor aws_session_token in AWS Bedrock embeddings (#5566)
  • e34f583 feat(embeddings): add native embed_batch to OllamaEmbedding (#5415)
  • f122eb7 fix(weaviate): pass embedding dims in reset() so it does not crash (#5570)
  • a5123b8 docs: tighten Graph Memory description for SEO (#5603)
  • 6aa9bff docs: reinstate graph memory terminology (native entity linking) (#5601)
  • 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 0.1.117 to 2.0.7.
- [Release notes](https://github.com/mem0ai/mem0/releases)
- [Commits](mem0ai/mem0@0.1.117...v2.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants