From 1267f5a22b5e350e85241f224e9343fe4093846a Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Mon, 16 Oct 2023 06:16:10 +0200 Subject: [PATCH] Bump gx-proxy-it required version to 0.0.6 (to be released) --- docs/installation.rst | 2 +- gravity/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3ed27cd..8318868 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -277,7 +277,7 @@ The following options in the ``gravity`` section of ``galaxy.yml`` can be used t # enable: false # gx-it-proxy version - # version: '>=0.0.5' + # version: '>=0.0.6' # Public-facing IP of the proxy # ip: localhost diff --git a/gravity/settings.py b/gravity/settings.py index 0cff96b..6e3eda4 100644 --- a/gravity/settings.py +++ b/gravity/settings.py @@ -10,7 +10,7 @@ from pydantic import BaseModel, BaseSettings, Extra, Field, validator DEFAULT_INSTANCE_NAME = "_default_" -GX_IT_PROXY_MIN_VERSION = "0.0.5" +GX_IT_PROXY_MIN_VERSION = "0.0.6" def none_to_default(cls, v, field):