From a91dbf17f8dbfe0177f06eb2072c42afbd9b7e0a Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Thu, 7 Apr 2022 19:13:40 +0000 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.34.x --- cubicweb_elasticsearch/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubicweb_elasticsearch/__pkginfo__.py b/cubicweb_elasticsearch/__pkginfo__.py index a87190b..ab7e387 100644 --- a/cubicweb_elasticsearch/__pkginfo__.py +++ b/cubicweb_elasticsearch/__pkginfo__.py @@ -14,7 +14,7 @@ description = "Simple ElasticSearch indexing integration for CubicWeb" web = "https://forge.extranet.logilab.fr/cubicweb/cubes/%s" % distname __depends__ = { - "cubicweb": ">= 3.28.0, < 3.38.0", + "cubicweb": ">= 3.28.0, < 3.35.0", "six": ">= 1.4.0", "cwtags": None, "elasticsearch": ">=7.0.0,<8.0.0", -- GitLab