From f94b4f12070c763da53758849f34629e7b589a86 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 5 Dec 2025 16:33:12 +0000 Subject: [PATCH] Pin pydantic to latest version 2.12.5 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f36d764..c4328ae 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ playwright playwright-stealth -pydantic +pydantic==2.12.5 python-dotenv SQLAlchemy jsonpath-ng