Group three co-assigned fields (_start_frame_id, _start_frame_arrival_ns, _start_wall_clock) into a single _StartFrameInfo dataclass. This makes the "always set together" invariant structural rather than implicit, and fixes the incorrect str | None annotation on _start_frame_id (Frame.id is int).
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"typeCheckingMode": "basic",
|
|
"pythonVersion": "3.11",
|
|
"pythonPlatform": "All",
|
|
"include": [
|
|
"src/pipecat/clocks",
|
|
"src/pipecat/metrics",
|
|
"src/pipecat/transcriptions",
|
|
"src/pipecat/frames",
|
|
"src/pipecat/observers"
|
|
],
|
|
"exclude": [
|
|
"**/*_pb2.py",
|
|
"**/__pycache__"
|
|
],
|
|
"reportMissingImports": false
|
|
}
|