Add changelog entries for PR #3782

This commit is contained in:
Aleix Conchillo Flaqué
2026-02-19 20:52:31 -08:00
parent bc830c16f1
commit 2024285c75

1
changelog/3782.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed mutable default arguments in `LLMContextAggregatorPair.__init__()` that could cause shared state across instances.