Migrating to MemGPT 0.11.0
Version 0.11.0 introduces 1 breaking change. This guide details how to update your code.
Released: 8/7/2025
1
Breaking Changes
2
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
LocalClientRestClientBreaking Changes
●Issue #1
Legacy LocalClient and RestClient have been fully removed and replaced by the new Letta sdk clients (available for python and typescript).
Migration Steps
- 1Replace usage of legacy LocalClient and RestClient with the new Letta sdk clients.
- 2Ensure your Python environment meets the new minimum version requirement of 3.11.
Release Summary
This release fully removes legacy clients, introduces Signoz tracing integration, optimizes Jinja templating performance, and raises the minimum required Python version to 3.11.
Need More Details?
View the full release notes and all changes for MemGPT 0.11.0.
View Full Changelog