From 82d50beedec2c1441ced2ce53137dd758ed44b39 Mon Sep 17 00:00:00 2001 From: Noam Date: Fri, 3 May 2024 15:44:21 +0300 Subject: [PATCH] fix: Updated lupa version constraint. (#306) Co-authored-by: Daniel M --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6f59d7d..d7eb66a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ python = "^3.7" redis = ">=4" sortedcontainers = "^2" typing_extensions = { version = "^4.7", python = "<3.11" } -lupa = { version = ">=1.14,<3.0", optional = true } +lupa = { version = ">=2.1,<3.0", optional = true } jsonpath-ng = { version = "^1.6", optional = true } pyprobables = { version = "^0.6", optional = true }