github doobidoo/mcp-memory-service v10.1.0
v10.1.0 - Python 3.14 Support

latest releases: v10.47.1, v10.47.0, v10.46.0...
3 months ago

๐Ÿ Python 3.14 Support

This minor release extends Python compatibility from 3.10-3.13 to 3.10-3.14, enabling adoption by projects requiring the latest Python version.

โœจ What's New

Python 3.14 Compatibility

  • ๐Ÿ†• Full support for Python 3.14 (3.10-3.14 now supported)
  • ๐Ÿ“ฆ Tokenizers dependency upgraded from ==0.20.3 to >=0.22.2
  • ๐Ÿ”ง Resolves PyO3 compatibility issues preventing installation on Python 3.14
  • ๐Ÿ”„ Tokenizers API migration: encode((query, text)) โ†’ encode(query, pair=text) in ONNX ranker
  • โœ… Zero breaking changes - full backward compatibility maintained
  • ๐Ÿงช All 1005 tests passing across all supported Python versions

๐Ÿ› Fixes

  • #376: Python 3.14 installation blocked by tokenizers dependency constraint

๐Ÿ“ฆ Installation

pip install mcp-memory-service==10.1.0

๐Ÿ”„ Upgrade Notes

This is a minor release (10.0.3 โ†’ 10.1.0) with no breaking changes. Existing deployments can upgrade seamlessly:

pip install --upgrade mcp-memory-service

๐Ÿ“Š Testing

  • โœ… 1005 tests passing
  • โœ… Tested on Python 3.10, 3.11, 3.12, 3.13, 3.14
  • โœ… All storage backends verified (SQLite-Vec, Cloudflare, Hybrid)
  • โœ… Quality system, consolidation, and graph features validated

๐Ÿ™ Contributors

Thanks to @doobidoo for reporting #376 and testing the fix across Python versions.

Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md#1010---2026-01-25

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.