From 0b70761cdc95fd8f818cab0fc038d39748bddc7c Mon Sep 17 00:00:00 2001 From: dyceron <38679103+dyceron@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:53:23 -0400 Subject: [PATCH] nevermind that did nothing. manually update meds for this fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cdd914..532a57e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "mercury-engine-data-structures>=0.24.1.dev5", + "mercury-engine-data-structures>=0.24.0", "jsonschema>=4.0.0", "ips.py>=0.1.2", ]