From 3231dd53d62ed81078ba32d9653cf881359d4a2c Mon Sep 17 00:00:00 2001 From: Rahul Desai Date: Thu, 22 Aug 2024 14:19:12 -0700 Subject: [PATCH] add version field to dispatcher call --- latch_cli/nextflow/workflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/latch_cli/nextflow/workflow.py b/latch_cli/nextflow/workflow.py index 8cffc1af..10cf1b67 100644 --- a/latch_cli/nextflow/workflow.py +++ b/latch_cli/nextflow/workflow.py @@ -58,6 +58,7 @@ def initialize() -> str: headers=headers, json={{ "storage_expiration_hours": {storage_expiration_hours}, + "version": 2, }}, ) resp.raise_for_status()