fix(pika): use ObjectProxy for ReadyMessagesDequeProxy to restore iterability with wrapt 2.x (#4461)
* use ObjectProxy for pika ReadyMessagesDequeProxy to restore iterability wrapt 2.x BaseObjectProxy does not proxy __iter__, breaking iteration over the wrapped deque. Switch to ObjectProxy which proxies all dunder methods including __iter__. Assisted-by: Claude Opus 4.6 * update changelog with PR number Assisted-by: Claude Opus 4.6 * fix lint: import ordering and formatting Assisted-by: Claude Opus 4.6
M
Mike Goldsmith committed
6c8e64ec30304d0a0f8f8210d4909893b9a8c683
Parent: d83761f
Committed by GitHub <noreply@github.com>
on 4/20/2026, 8:17:46 AM