From 2d2765aee844d8dbf86f20869ca92cfaf5c82d16 Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Wed, 20 Dec 2023 12:27:08 +0100 Subject: [PATCH] fix: relax dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 121deea..6313fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ snakemake-interface-common = "^1.15.0" snakemake-interface-executor-plugins = "^8.1.1" azure-storage-blob = "^12.17.0" azure-batch = "^14.0.0" -azure-mgmt-batch = "^17.1.0" +azure-mgmt-batch = "^17.0.0" azure-identity = "^1.14.0" msrest = "^0.7.1"