From 94b4c55f393a1bbae253d96eee66ce3049639b51 Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Wed, 13 May 2026 01:39:53 +0300 Subject: [PATCH] chore: update requirements.txt to include pydantic - Added `pydantic` to the requirements for improved data validation and settings management. - Ensured `onnx` remains listed for compatibility with existing functionalities. These updates enhance the project's dependency management. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f8f349..355772a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,5 @@ onnxruntime-gpu netron pycuda tensorrt -onnx \ No newline at end of file +onnx +pydantic