What's Changed
Fixed
fix(deps): pin pymilvus<3.0.0 to restore Milvus Docker CI (#921)
pymilvus 3.0.0 introduced breaking API changes. When the dependency was silently upgraded from 2.6.12 to 3.0.0 via a lock file update, the Milvus Docker CI job broke. This patch release adds an upper bound constraint pymilvus<3.0.0 in pyproject.toml and re-locks to pymilvus 2.6.13 in uv.lock.
Full pymilvus 3.x migration is tracked in #922 and assigned to CODEOWNERS.
Upgrading
pip install --upgrade mcp-memory-service==10.57.2No breaking changes. No configuration changes required.
Full Changelog
See CHANGELOG.md for the complete release notes.