From 6a2cd68c87ef657211d076667b26cadcc9becfc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Srde=C4=8Dn=C3=BD?= Date: Wed, 29 Mar 2023 16:01:08 +0200 Subject: [PATCH] Pin funcy dependency. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7c53e519..5a6689d999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "dvc-task>=0.2.0,<1", "flatten_dict<1,>=0.4.1", "flufl.lock>=5", - "funcy>=1.14", + "funcy>=1.14,<=1.18", "grandalf<1,>=0.7", "hydra-core>=1.1", "iterative-telemetry>=0.0.7",