Files
crewAI/lib
Lucas Gomide ae54077a54 fix: return self from proxy in-place operators to preserve thread-safety
__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.
2026-03-09 09:43:01 -03:00
..