diff --git a/pyproject.toml b/pyproject.toml index 76d5122c..8462e6c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "arches @ git+https://github.com/archesproject/arches.git@dev/8.0.x", + "arches >= 8.0.0a0", "arches_vue_utils @ git+https://github.com/archesproject/arches-vue-utils.git@main", "arches_references @ git+https://github.com/archesproject/arches-references.git@main", ]