# HG changeset patch # User Arnaud Vergnet <arnaud.vergnet@logilab.fr> # Date 1711116813 -3600 # Fri Mar 22 15:13:33 2024 +0100 # Node ID 8da5c45f5f48b4e9d2b7a713d94df1763ab0c872 # Parent 0558e92efffa0b0daad95b753ce66d96001309b6 deps: force rql version to >= 0.43.2 this version includes a fix necessary for some RQL requests made in this app diff --git a/cubicweb_rodolf/__pkginfo__.py b/cubicweb_rodolf/__pkginfo__.py --- a/cubicweb_rodolf/__pkginfo__.py +++ b/cubicweb_rodolf/__pkginfo__.py @@ -16,6 +16,7 @@ "cubicweb[postgresql]": ">= 4.6.3,< 5.0.0", "cubicweb-api": ">= 0.14.0,< 0.15.0", "cubicweb-file": ">= 4.1.0, < 5.0.0", + "rql": ">= 0.43.2, < 1.0.0", "cubicweb-rq": None, "cubicweb-s3storage": None, "requests": None,