Skip to content

chore: bump the all group across 1 directory with 2 updates#989

Merged
Aureliolo merged 1 commit intomainfrom
dependabot/uv/all-2874169b60
Apr 2, 2026
Merged

chore: bump the all group across 1 directory with 2 updates#989
Aureliolo merged 1 commit intomainfrom
dependabot/uv/all-2874169b60

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the all group with 2 updates in the / directory: mem0ai and zensical.

Updates mem0ai from 1.0.9 to 1.0.10

Release notes

Sourced from mem0ai's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: mem0ai/mem0@v1.0.9...v1.0.10

Changelog

Sourced from mem0ai's changelog.


title: "Product Updates" description: "Latest releases, bug fixes, and improvements for the Mem0 Python and TypeScript SDKs." mode: "wide"

New Features & Updates:

  • LLMs: Added MiniMax provider support for AWS Bedrock (#4609)

Bug Fixes:

  • Configs: Migrated CassandraConfig and AzureMySQLConfig to pydantic v2 ConfigDict (#4646)
  • LLMs: Forward response_format to OpenAI-compatible API for DeepSeek (#4635)
  • LLMs: Forward response_format to OpenAI-compatible API for vLLM (#4608)
  • Vector Stores: Only list authorized collections when listing MongoDB collections (#3888)
  • Core: Reset graph database in Memory.reset() (#4185)
  • Core: Make AsyncMemory.from_config a regular classmethod (#4183)

New Features & Updates:

  • LLMs: Added reasoning_effort parameter support for reasoning models (#4461)

Bug Fixes:

  • Core: Preserved original actor_id during memory update (#4570)
  • Core: Set updated_at on creation and preserve pre-existing created_at (#4499)
  • Core: Centralized entity cleanup and skip malformed LLM relation dicts (#4515)
  • Core: Removed README.md from wheel shared-data (#4052)
  • Vector Stores: Handled vector=None in Milvus and Qdrant update methods (#4568)
  • Vector Stores: Rebuilt FAISS index on vector deletion (#4178)

Improvements:

  • Embeddings: Updated default Gemini and Vertex AI embedder model to gemini-embedding-001 (#4571)

New Features & Updates:

  • Vector Stores: Integrated Turbopuffer as a vector database provider (#4428)
  • LLMs: Added MiniMax LLM provider (#4431)

Bug Fixes:

... (truncated)

Commits
  • 1bfaaf8 chore: release (#4657)
  • c250ccf feat(openclaw): skills-based memory architecture with batched extraction (#4624)
  • e2b439c fix(cd): restrict PyPI publish to main SDK tags only (#4654)
  • c788d77 feat(cli): add CD workflow and bump version to 0.2.0b1 (#4653)
  • 2acf957 feat(cli): add event commands, --json/--agent flag, agent output sanitization...
  • 713dba5 fix: replace .single() with .maybeSingle() in SupabaseDB.get() to handle miss...
  • 8ae7a06 fix: pass dimensions parameter to OpenAI embeddings API (#4632)
  • f94ea06 fix(configs): migrate CassandraConfig and AzureMySQLConfig to pydantic v2 Con...
  • 215d8b5 fix: only list authorized collections when listing MongoDB collections (#3888)
  • 82525db docs: update Twitter references to X (formerly Twitter) (#4432)
  • Additional commits viewable in compare view

Updates zensical from 0.0.30 to 0.0.31

Release notes

Sourced from zensical's releases.

0.0.31

Summary

This version updates the user interface to v0.0.12, which includes the removal of 19 brand icons due to the update of Lucide to v1, and the addition of 166 new icons, most of them in SimpleIcons and FontAwesome. Additionally, there are bug fixes related to the latest changes of the table of contents in the modern theme and instant navigation on anchor links.

Changelog

Bug fixes

  • 198c1d6 ui – update ui to v0.0.12
  • 24be9ab compat – support pymdownx blocks tab extension's slugify function (#483)
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file type:chore Maintenance, cleanup, dependency updates labels Apr 2, 2026
@dependabot dependabot bot requested a review from Aureliolo as a code owner April 2, 2026 07:30
@dependabot dependabot bot added type:chore Maintenance, cleanup, dependency updates dependencies Pull requests that update a dependency file labels Apr 2, 2026
@dependabot dependabot bot had a problem deploying to cloudflare-preview April 2, 2026 07:31 Failure
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 79983c7.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/mem0ai 1.0.10 UnknownUnknown
pip/zensical 0.0.31 UnknownUnknown

Scanned Files

  • uv.lock

Bumps the all group with 2 updates: [mem0ai](https://github.com/mem0ai/mem0) and [zensical](https://github.com/zensical/zensical).


Updates `mem0ai` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/mem0ai/mem0/releases)
- [Changelog](https://github.com/mem0ai/mem0/blob/main/docs/changelog.mdx)
- [Commits](mem0ai/mem0@v1.0.9...v1.0.10)

Updates `zensical` from 0.0.30 to 0.0.31
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.30...v0.0.31)

---
updated-dependencies:
- dependency-name: mem0ai
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zensical
  dependency-version: 0.0.31
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title chore: bump the all group with 2 updates chore: bump the all group across 1 directory with 2 updates Apr 2, 2026
@dependabot dependabot bot force-pushed the dependabot/uv/all-2874169b60 branch from 51beb64 to 79983c7 Compare April 2, 2026 08:06
@Aureliolo Aureliolo merged commit 1ff462a into main Apr 2, 2026
23 of 24 checks passed
@Aureliolo Aureliolo deleted the dependabot/uv/all-2874169b60 branch April 2, 2026 08:07
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 2, 2026 08:07 — with GitHub Actions Inactive
Aureliolo added a commit that referenced this pull request Apr 2, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.5.7](v0.5.6...v0.5.7)
(2026-04-02)


### Features

* comparison page -- SynthOrg vs agent orchestration frameworks
([#994](#994))
([6f937ef](6f937ef)),
closes [#981](#981)
* event-driven and budget-driven ceremony scheduling strategies
([#995](#995))
([f88e7b0](f88e7b0)),
closes [#971](#971)
[#972](#972)
* template packs for post-setup additive team expansion
([#996](#996))
([b45e14a](b45e14a)),
closes [#727](#727)


### Performance

* preload JetBrains Mono font, remove unused api.github.com preconnect
([#998](#998))
([2a189c2](2a189c2))
* run only affected modules in pre-push hooks
([#992](#992))
([7956e23](7956e23))


### Maintenance

* bump astro from 6.1.2 to 6.1.3 in /site in the all group
([#988](#988))
([17b58db](17b58db))
* bump the all group across 1 directory with 2 updates
([#989](#989))
([1ff462a](1ff462a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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 type:chore Maintenance, cleanup, dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant