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.