From 3c0c92b5686fe521b64a1ad3f79e73c5b6273e7e Mon Sep 17 00:00:00 2001 From: Theophile du Laz Date: Thu, 16 May 2024 19:23:07 -0700 Subject: [PATCH] allow next penquins version (#322) This PR adds penquins==2.4.1 support in the default config. --- config.defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.defaults.yaml b/config.defaults.yaml index 5ab6d135..0bd44e31 100644 --- a/config.defaults.yaml +++ b/config.defaults.yaml @@ -1242,7 +1242,7 @@ kowalski: misc: # working stand-alone or in conjunction with a SkyPortal instance? broker: False - supported_penquins_versions: ["2.0.0", "2.0.1", "2.0.2", "2.1.0", "2.1.1", "2.2.0", "2.2.1", "2.3.1", "2.3.2", "2.3.3", "2.4.0"] + supported_penquins_versions: ["2.0.0", "2.0.1", "2.0.2", "2.1.0", "2.1.1", "2.2.0", "2.2.1", "2.3.1", "2.3.2", "2.3.3", "2.4.0", "2.4.1"] query_expiration_interval: 5 max_time_ms: 300000 max_retries: 100