From 53a020ab7329deb8bbce0f4f32d792f2dfd02395 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Thu, 12 Feb 2026 12:09:03 -0500 Subject: [PATCH] add jsonschema to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6a4ec9a..5d93f27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ pandas==3.0.0 pyarrow==23.0.0 orjson==3.11.7 polars==1.38.1 +jsonschema==4.26.0 \ No newline at end of file