diff --git a/CHANGES.rst b/CHANGES.rst index 789b2f73..c7893e2c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of threedi-modelchecker ================================= -2.9.1 (unreleased) +2.10.0 (unreleased) ------------------ - Adapt modelchecker to work with schema upgrades for structure control (0.224) diff --git a/pyproject.toml b/pyproject.toml index 2d948662..5604607d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "Click", "GeoAlchemy2>=0.9,!=0.11.*", "SQLAlchemy>=1.4", - "threedi-schema>=0.224.0.dev,<0.225.0" + "threedi-schema==0.224.*" ] [project.optional-dependencies]