From 025d3e5ed771db5ecc23fe3115de6189369339cb Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Wed, 23 Apr 2025 23:28:06 +0200 Subject: [PATCH] Force yaql 3.0.0 Since yaql 3.0.0 has landed last year, we don't want our users to use a deprecated version of yaql in mistral. Let's force this upgrade Change-Id: I6b00bc6538e056b30fe4aaac6494a1a38781fb86 Signed-off-by: Arnaud M --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fde366ad..9258746c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,6 +36,6 @@ tenacity>=5.0.1 # Apache-2.0 SQLAlchemy>=1.2.5 # MIT stevedore>=1.20.0 # Apache-2.0 WSME>=0.8.0 # MIT -yaql>=1.1.3 # Apache 2.0 License +yaql>=3.0.0 # Apache 2.0 License tooz>=1.58.0 # Apache-2.0