From 5d9a1ae75e3b2ac19743b3e40025ed990a65be25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:56:42 +0000 Subject: [PATCH] Update dependency pydantic to v2.10.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9ac0daf..7c925011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ mlflow==2.19.0 numpy==1.26.4 pandas==2.2.3 pyarrow==14.0.2 -pydantic==2.10.5 +pydantic==2.10.6 python_dateutil==2.9.0.post0 PyYAML==6.0.2 Requests==2.32.3