From 09c1a243cf9e80bd1e6cae8f9bd4319e319e18e3 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 19 Nov 2024 13:09:09 -0500 Subject: [PATCH] Update arches-references pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54933b48..d8faa0c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.11" dependencies = [ "arches @ git+https://github.com/archesproject/arches.git@jtw/pythonic-resource-models", "arches_vue_utils @ git+https://github.com/archesproject/arches-vue-utils.git@main", - "arches_references @ git+https://github.com/archesproject/arches-references.git@main", + "arches_references @ git+https://github.com/archesproject/arches-references.git@jtw/pythonic-resource-models-compatibility", ] version = "0.0.1"