From 8fad2df803e680a87892e5e87ecbca057138c81f Mon Sep 17 00:00:00 2001 From: sujata-m Date: Mon, 15 Dec 2025 22:23:45 +0530 Subject: [PATCH] Updated validation package for better error handling ## Dev Board Ticket N/A ## Changes - Updated the `python-osw-validation` package version from `0.3.1` to `0.3.2` - Updated unit test cases ## Testing - TDEI Portal --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6fb46f..aa22a5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ python-ms-core==0.0.23 uvicorn==0.20.0 html_testRunner==1.2.1 geopandas==0.14.4 -python-osw-validation==0.3.1 \ No newline at end of file +python-osw-validation==0.3.2 \ No newline at end of file