From 2024285c751ed382789e2d34c648bb2d87ae8a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 19 Feb 2026 20:52:31 -0800 Subject: [PATCH] Add changelog entries for PR #3782 --- changelog/3782.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3782.fixed.md diff --git a/changelog/3782.fixed.md b/changelog/3782.fixed.md new file mode 100644 index 000000000..7d21fdeab --- /dev/null +++ b/changelog/3782.fixed.md @@ -0,0 +1 @@ +- Fixed mutable default arguments in `LLMContextAggregatorPair.__init__()` that could cause shared state across instances.