Pin mem0ai to latest stable 1.x release - #10
Conversation
Co-authored-by: donny-devops <271941740+donny-devops@users.noreply.github.com>
|
Release note (Fixed) Fixed a dependency issue where the Generated by Claude Code |
There was a problem hiding this comment.
🟢 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
mem0aifrom2.0.0b2to stable1.0.11inrefs/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.
mem0aiwas pinned to2.0.0b2— a major-version jump to a pre-release, without validation against the new SDK API used throughoutrefs/nexent/.Changes
refs/nexent/pyproject.toml: Downpinmem0aifrom2.0.0b2→1.0.11(latest stable 1.x)