From b6460b298073917792313cc2e67820071d3662f5 Mon Sep 17 00:00:00 2001 From: Pokhilenko Date: Thu, 5 Jun 2025 00:18:11 +0600 Subject: [PATCH] Pin pydantic v2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a6dc5b..5790bdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ python-dotenv # Pytest is a testing framework for Python pytest -pydantic +pydantic>=2 # Reporter pytest-reporter-html1