mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-13 22:42:37 +00:00
__iadd__, __imul__, and __ior__ on LockedListProxy/LockedDictProxy were returning the raw internal list/dict, causing augmented assignment on a direct proxy reference to silently lose lock protection. Also unwrap proxies in StateProxy.__setattr__ to prevent double-wrapping.