Merge pull request #3782 from pipecat-ai/aleix/fix-mutable-default-args-aggregator-pair

Fix mutable default arguments in LLMContextAggregatorPair
This commit is contained in:
Aleix Conchillo Flaqué
2026-02-20 08:02:18 -08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

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.