chore: bump the minor-and-patch group across 1 directory with 2 updates#527
Merged
chore: bump the minor-and-patch group across 1 directory with 2 updates#527
Conversation
Bumps the minor-and-patch group with 2 updates in the / directory: [litellm](https://github.com/BerriAI/litellm) and [mem0ai](https://github.com/mem0ai/mem0). Updates `litellm` from 1.82.2 to 1.82.3 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) Updates `mem0ai` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/mem0ai/mem0/releases) - [Changelog](https://github.com/mem0ai/mem0/blob/main/docs/changelog.mdx) - [Commits](mem0ai/mem0@v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.82.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: mem0ai dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Dependency ReviewThe following issues were found:
License Issuesuv.lock
OpenSSF Scorecard
Scanned Files
|
Aureliolo
approved these changes
Mar 17, 2026
Owner
Aureliolo
left a comment
There was a problem hiding this comment.
Changelog reviewed: litellm 1.82.2→1.82.3 (HTTP client cache eviction fix, cost map accuracy improvements, PyJWT security bump) + mem0ai 1.0.5→1.0.6 (destructive delete_all fix, entities KeyError fix, JSON instruction reliability, database param fix). All bugfixes, no breaking changes, no config changes needed. CI Pass green.
4 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #527 +/- ##
=======================================
Coverage 93.18% 93.18%
=======================================
Files 522 522
Lines 25157 25157
Branches 2386 2386
=======================================
Hits 23443 23443
Misses 1356 1356
Partials 358 358 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Aureliolo
added a commit
that referenced
this pull request
Mar 17, 2026
## Summary - Set `MEM0_TELEMETRY=false` in Docker compose, CLI compose template, and `.env.example` - Mem0's telemetry initializes an extra vector store to stage usage data before shipping to Mem0's servers — disabling it reduces startup overhead and keeps all data local - Identified during review of PR #527 (mem0ai 1.0.5 → 1.0.6), which fixed telemetry vector store init still running when `MEM0_TELEMETRY` is disabled ## Changes - `docker/.env.example` — added `MEM0_TELEMETRY=false` with documentation comment - `docker/compose.yml` — added `MEM0_TELEMETRY: "false"` to backend environment - `cli/internal/compose/compose.yml.tmpl` — added `MEM0_TELEMETRY: "false"` to CLI-generated compose - `cli/testdata/compose_*.yml` — updated 3 golden files to match template ## Test plan - [x] Go CLI compose generation tests pass (`go test ./internal/compose/`) - [x] `go vet ./...` clean - [x] Full Go test suite passes - [ ] CI passes
Aureliolo
added a commit
that referenced
this pull request
Mar 17, 2026
🤖 I have created a release *beep* *boop* --- ## [0.3.2](v0.3.1...v0.3.2) (2026-03-17) ### Features * **settings:** route structural data reads through SettingsService ([#525](#525)) ([289f604](289f604)) ### Bug Fixes * **cli:** add fallback arch detection in PowerShell installer ([#529](#529)) ([0250afb](0250afb)), closes [#521](#521) ### CI/CD * bump the minor-and-patch group with 2 updates ([#517](#517)) ([46bdd1a](46bdd1a)) * bump wrangler from 4.73.0 to 4.74.0 in /.github in the minor-and-patch group ([#511](#511)) ([903b71a](903b71a)) ### Maintenance * bump node from `7a4ef57` to `44bcbf4` in /docker/sandbox ([#515](#515)) ([3cbddd1](3cbddd1)) * bump python from `6a27522` to `584e89d` in /docker/backend ([#513](#513)) ([0715910](0715910)) * bump python from `6a27522` to `584e89d` in /docker/sandbox ([#514](#514)) ([787dfe1](787dfe1)) * bump the minor-and-patch group across 1 directory with 2 updates ([#527](#527)) ([e96c0d4](e96c0d4)) * bump the minor-and-patch group across 2 directories with 3 updates ([#512](#512)) ([b95ba3d](b95ba3d)) * **docker:** disable Mem0 telemetry in container config ([#531](#531)) ([9fc29eb](9fc29eb)) * improve GitHub issue templates with structured forms ([#528](#528)) ([4fb66cf](4fb66cf)), closes [#522](#522) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 2 updates in the / directory: litellm and mem0ai.
Updates
litellmfrom 1.82.2 to 1.82.3Release notes
Sourced from litellm's releases.
... (truncated)
Commits
Updates
mem0aifrom 1.0.5 to 1.0.6Release notes
Sourced from mem0ai's releases.
... (truncated)
Changelog
Sourced from mem0ai's changelog.
... (truncated)
Commits
3cdcb65chore: end to end test coverage for ts sdk (#4357)336fbcefeat(mem0-ts): add LM Studio embedder and LLM support (#4354)9eb5b9efix(qdrant): handle 401/403 in ensureCollection for scoped JWTs (#4356)8230a5dfix: cast vector_distance to float in Redis search (#4377)9864584feat: add openclaw checks CI workflow (#4368)9eea060docs: fix mintlify build failing (#4363)15218d4chore: bump mem0-ts to 2.4.1, pyproject to 1.0.6, update changelog with bug f...69001d7chore(docs): adding skills.sh installation command in the readme. (#4350)35fe30afix: ensure JSON instruction in prompts for json_object response format (#355...11a7d83chore: update langchain dependencies to v1.0.0 (#4353)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions