From aaabdcd08084b1603b182c0f27dec5bd79c5fc6b Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Fri, 16 Aug 2024 07:04:14 -0700 Subject: [PATCH] Update to 0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 400ccf7..9a7c0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pyarrow >= 8", "polars >= 1.1", "jsonschema >= 4.0.0", - "meds == 0.3.1", + "meds == 0.3.2", "typing_extensions >= 4.0", "tqdm >= 4.6.0", ]