0.16.8
letta-ai/letta0.16.8May 14, 2026by kianjones9
AI Summary
This release focuses on fixing workflows and addressing a critical security vulnerability regarding data serialization in the sandbox environment.
Key Highlights
- Fixed workflows update
- Security fix: replaced pickle with JSON for sandbox-to-server tool result transport
Full Release Notes
## What's Changed * fix: workflows update by @cpacker in https://github.com/letta-ai/letta/pull/3292 * fix(security): use JSON instead of pickle for sandbox->server tool result transport by @kianjones9 in https://github.com/letta-ai/letta/pull/3343 **Full Changelog**: https://github.com/letta-ai/letta/compare/0.16.7...0.16.8