From d93fe27bc389313a7a1d1599f2d86ae9deab4e1f Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Sat, 17 Aug 2024 16:15:48 +0000 Subject: [PATCH] Fix version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9447c94..57884aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = {text = "Apache-2.0"} dependencies = [ "pyarrow >= 8", - "polars >= 0.20.10", + "polars >= 0.20.10, <1.0", "jsonschema >= 4.0.0", "meds == 0.1.3", "typing_extensions >= 4.0",