From b80fe420d2bef1cd67ee1954469bc976b1e239fc Mon Sep 17 00:00:00 2001 From: Rosey the Robot <83308495+XB500@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:52:46 +0000 Subject: [PATCH] chore: update dependencies to latest versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c286562..a9daf25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ keywords = ["schema", "data", "validation", "types"] requires-python = ">=3.8" dependencies = [ - "data-expectations>=1.6.0", + "data-expectations>=1.7.0", "orjson", "numpy", "pyarrow",