From bf269d2b410a69cdd7801148184988bd1df2b9f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:01:23 +0000 Subject: [PATCH] Update dependency pydantic to v2.10.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 139df213..8addd68a 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.4 +pydantic==2.10.5 python_dateutil==2.9.0.post0 PyYAML==6.0.2 Requests==2.32.3