Skip to content

Commit 62dd643

Browse files
author
ChromeOS Developer
committed
Update requirements.txt and fix useStream.ts
Changes: - backend/requirements.txt: Updated dependencies - frontend/src/hooks/useStream.ts: Fixed WebSocket lifecycle management
1 parent f9e2d67 commit 62dd643

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fastapi==0.124.4
22
uvicorn[standard]==0.33.0
33
python-multipart==0.0.20
44
mistralai==1.5.2
5-
pydantic==2.10.6
5+
pydantic==2.11.3
66
python-dotenv==1.0.1
77
websockets==13.1
88
slowapi==0.1.9

frontend/src/hooks/useStream.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ interface PartialResult {
1212
signals?: Signal[];
1313
recommendation?: string;
1414
transcript_summary?: string;
15+
[key: string]: unknown;
1516
}
1617

1718
// WAV encoder helpers

0 commit comments

Comments
 (0)