From 7ca529e92daf3ba782dcfbac5ce6c75d2893205f Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Sun, 15 Oct 2023 22:02:29 +0200 Subject: [PATCH] Update gravity requirement to 1.0.4, waiting for required gravity + gx-it-proxy updates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed8f9cb93a85..ec98c6f49ef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ fs = "*" future = "*" galaxy_sequence_utils = "*" graphene-sqlalchemy = "3.0.0b3" # need a beta release to be compat. with starlette plugin -gravity = ">=1.0" +gravity = ">=1.0.4" gunicorn = "*" gxformat2 = "*" h5grove = ">=1.2.1"