| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Mem0 Python SDK (v2.0.20) source code.tar.gz | 2026-09-02 | 19.8 MB | |
| Mem0 Python SDK (v2.0.20) source code.zip | 2026-09-02 | 20.7 MB | |
| README.md | 2026-09-02 | 696 Bytes | |
| Totals: 3 Items | 40.5 MB | 0 | |
Improvements:
- OSS notices: Notice configuration now comes from a static, cacheable repository file with a bundled disabled fallback and deterministic rollout assignment, instead of calling PostHog's feature-flag evaluation API. This keeps notices fail-safe when the remote config is unavailable and removes the PostHog feature-flag request from notice evaluation (#7185)
- Vector Stores:
RedisDBConfignow uses Pydantic's nativeextra="forbid"handling for unknown fields instead of a custom model validator, preserving strict validation while returning standard Pydantic errors (#7089)