From d5a04a2696c4da80ffad4f47dca3052b90ea6da7 Mon Sep 17 00:00:00 2001 From: Evgeny Arshinov Date: Fri, 12 Apr 2024 14:20:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=BC=EF=B8=8FTemporarily=20avoid=20Pydanti?= =?UTF-8?q?c=202.7.0=20in=20the=20CI=20pipeline?= 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 990bf46de..9b8fd9cb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: run: pip install --upgrade "pydantic>=1.10.0,<2.0.0" - name: Install Pydantic v2 if: matrix.pydantic-version == 'pydantic-v2' - run: pip install --upgrade "pydantic>=2.0.2,<3.0.0" + run: pip install --upgrade "pydantic>=2.0.2,<2.7.0" - name: Lint # Do not run on Python 3.7 as mypy behaves differently if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'