From d6e33b25d9c00cf3cdc90b9daaec532f4e643900 Mon Sep 17 00:00:00 2001 From: Jowett Chng <57623021+JowettC@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:09:17 +0800 Subject: [PATCH] Fix: Freeze pydantic dependency in requirements.txt https://github.com/gradio-app/gradio/issues/10662 Compatibility issue with gradio and pydantic --- RAG/src/rag_playground/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RAG/src/rag_playground/requirements.txt b/RAG/src/rag_playground/requirements.txt index e8d22682e..44efcc519 100644 --- a/RAG/src/rag_playground/requirements.txt +++ b/RAG/src/rag_playground/requirements.txt @@ -10,3 +10,4 @@ protobuf==4.25.3 pycountry==23.12.11 tritonclient[all]==2.43.0 uvicorn==0.27.1 +pydantic==2.10.0