chore: bump pipecat version

This commit is contained in:
Abhishek Kumar 2026-02-11 18:18:32 +05:30
parent 4c8c9516dc
commit cff9674c9e
22 changed files with 24 additions and 24 deletions

View file

@ -8,7 +8,7 @@ propagate through asyncio.create_task() calls.
import asyncio
from typing import Dict, Optional
from pipecat.utils.context import turn_var
from pipecat.utils.run_context import turn_var
class TurnContextManager: