From 86e1bc14e901d3c2b634265dca6b589db0d51865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 16 Dec 2025 19:26:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20Pydantic=20version=20to?= =?UTF-8?q?=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b2784e38..2440c0e46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: coverage: coverage # Run one test with Pydantic < 2.7 to test changes across versions - os: ubuntu-latest - python-version: "3.13" + python-version: "3.12" pydantic-version: "pydantic>=2.0.2,<2.7.0" coverage: coverage - os: ubuntu-latest