From 31cf2d6e1daee383be1eecfb281bc1be148007a2 Mon Sep 17 00:00:00 2001 From: vegemash Date: Mon, 8 Jul 2024 12:05:45 +1000 Subject: [PATCH] chore:(deps) bump pydantic --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e068d8..cc11b303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Install pydantic if: matrix.pydantic-version == '1.10' - run: pdm add --no-sync -G pydantic "pydantic[email]==1.10.10" + run: pdm add --no-sync -G pydantic "pydantic[email]==1.10.17" - name: Install SQLAlchemy if: matrix.sqla-version == '1.4'