From d48551609ddc69fcaf0a6987783308da030422c7 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 24 Feb 2026 00:00:02 +0000 Subject: [PATCH] f1-stream: add pydantic dependency and trigger CI build --- stacks/f1-stream/files/backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks/f1-stream/files/backend/requirements.txt b/stacks/f1-stream/files/backend/requirements.txt index f724afaa..15882990 100644 --- a/stacks/f1-stream/files/backend/requirements.txt +++ b/stacks/f1-stream/files/backend/requirements.txt @@ -2,3 +2,4 @@ fastapi==0.115.0 uvicorn[standard] httpx>=0.27.0 apscheduler>=3.10.0,<4.0 +pydantic>=2.0.0