Skip to content

Pin mem0ai to latest stable 1.x release - #10

Merged
donny-devops merged 2 commits into
mainfrom
copilot/fix-comments-in-review-thread
Aug 22, 2026
Merged

Pin mem0ai to latest stable 1.x release#10
donny-devops merged 2 commits into
mainfrom
copilot/fix-comments-in-review-thread

Conversation

Copilot AI commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

mem0ai was pinned to 2.0.0b2 — a major-version jump to a pre-release, without validation against the new SDK API used throughout refs/nexent/.

Changes

  • refs/nexent/pyproject.toml: Downpin mem0ai from 2.0.0b21.0.11 (latest stable 1.x)
- "mem0ai==2.0.0b2",
+ "mem0ai==1.0.11",

Co-authored-by: donny-devops <271941740+donny-devops@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix code based on review comments Pin mem0ai to latest stable 1.x release Aug 22, 2026
Copilot AI requested a review from donny-devops August 22, 2026 06:26
@donny-devops
donny-devops marked this pull request as ready for review August 22, 2026 06:27
Copilot AI lite review requested due to automatic review settings August 22, 2026 06:27
@donny-devops
donny-devops merged commit 605aaf4 into main Aug 22, 2026
8 checks passed
Repository owner deleted a comment from qodo-code-review Bot Aug 22, 2026

Copy link
Copy Markdown
Owner

Release note (Fixed)

Fixed a dependency issue where the mem0ai memory SDK was pinned to an unvalidated 2.0.0 pre-release (2.0.0b2) whose API had not been checked against how it's used in refs/nexent/. It's now pinned to the latest stable 1.x release (1.0.11), avoiding potential breakage in memory-related functionality from relying on an unstable pre-release SDK.


Generated by Claude Code

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The change is a minimal, targeted dependency pin adjustment consistent with the PR description and does not introduce any evident code or configuration issues in the edited file.

Pull request overview

This PR adjusts the refs/nexent Python dependency set to avoid relying on a mem0ai 2.x beta by pinning to the latest stable 1.x release, aligning with the stated intent to keep compatibility with the SDK/API usage in refs/nexent/.

Changes:

  • Downpin mem0ai from 2.0.0b2 to stable 1.0.11 in refs/nexent/pyproject.toml.
File summaries
File Description
refs/nexent/pyproject.toml Pins mem0ai to stable 1.x (1.0.11) to avoid a pre-release major-version dependency in the Nexent reference project.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants