diff --git a/cubicweb_elasticsearch/__pkginfo__.py b/cubicweb_elasticsearch/__pkginfo__.py index a87190b033da0031aa8ba7ca8505afe4d5574cb9..ab7e387a3db39957a7a3539fb184985b49fc237b 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",