Skip to content
Changelog

Keep source data intact when loading team sessions

Yizuki_AmeCommunity contributor

April 10, 20261 min read

We fixed TeamSession.from_dict() so it no longer mutates the input mapping it receives. Previously, loading a team session from a dictionary could silently modify the original data structure, causing hard-to-trace state issues in workflows that reused or inspected the source mapping after loading.

Shipped around the same time