# HG changeset patch # User Arnaud Vergnet <arnaud.vergnet@logilab.fr> # Date 1708703495 -3600 # Fri Feb 23 16:51:35 2024 +0100 # Node ID fe0531635365645ab16f70157ebe7d91725c4dc0 # Parent 85e5e212ed07319556ee1a1f7ab14930648abd1a chore: upgrade api cube to 0.14 diff --git a/cubicweb_rodolf/__pkginfo__.py b/cubicweb_rodolf/__pkginfo__.py --- a/cubicweb_rodolf/__pkginfo__.py +++ b/cubicweb_rodolf/__pkginfo__.py @@ -14,7 +14,7 @@ __depends__ = { "cubicweb[postgresql]": ">= 4.6.3,< 5.0.0", - "cubicweb-api": ">= 0.13.0,< 0.14.0", + "cubicweb-api": ">= 0.14.0,< 0.15.0", "cubicweb-file": ">= 4.1.0, < 5.0.0", "cubicweb-rq": None, "requests": None,