From 4ed6d0da9b0212a93f0d2e4ce8b697d0cc308520 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Sun, 4 May 2025 18:25:01 -0400 Subject: [PATCH] Remove unused pydantic-settings dependency from pre-commit config (#3437) --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebc7e132..a13639fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,6 @@ repos: fail_fast: true additional_dependencies: - pydantic - - pydantic-settings - pytest - cryptography - repo: https://github.com/astral-sh/ruff-pre-commit