From c55d8046723325e09521a24ac076a8a7e64eaa52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Govedi=C4=8D?= Date: Sat, 31 May 2025 06:39:28 -0400 Subject: [PATCH] [BugFix] Pydantic part 2 (#18911) Signed-off-by: luka --- requirements/test.in | 1 + requirements/test.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/requirements/test.in b/requirements/test.in index 87af617690..e906752ff8 100644 --- a/requirements/test.in +++ b/requirements/test.in @@ -51,3 +51,4 @@ numpy runai-model-streamer==0.11.0 runai-model-streamer-s3==0.11.0 fastsafetensors>=0.1.10 +pydantic>=2.10 # 2.9 leads to error on python 3.10 \ No newline at end of file diff --git a/requirements/test.txt b/requirements/test.txt index 89d4770173..60dcaca816 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -480,12 +480,13 @@ pycparser==2.22 # via cffi pycryptodomex==3.22.0 # via blobfile -pydantic==2.9.2 +pydantic==2.11.5 # via + # -r requirements/test.in # datamodel-code-generator # mistral-common # mteb -pydantic-core==2.23.4 +pydantic-core==2.33.2 # via pydantic pygments==2.18.0 # via rich @@ -784,6 +785,9 @@ typing-extensions==4.12.2 # pydantic-core # torch # typer + # typing-inspection +typing-inspection==0.4.1 + # via pydantic tzdata==2024.2 # via pandas uri-template==1.3.0