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", ]