Skip to content
Snippets Groups Projects
Commit b9441356c33d authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

fix: limit compatibility to cubicweb<5

parent 1c604c14f0d7
No related branches found
No related tags found
1 merge request!50fix: mount api on different path depending on configuration
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
web = "https://forge.extranet.logilab.fr/cubicweb/cubes/api" web = "https://forge.extranet.logilab.fr/cubicweb/cubes/api"
__depends__ = { __depends__ = {
"cubicweb": ">= 3.36.0", "cubicweb": ">= 3.36.0,<5",
"PyJWT": ">= 2.4.0", "PyJWT": ">= 2.4.0",
"pyramid-openapi3": ">= 0.15", "pyramid-openapi3": ">= 0.15",
"openapi-core": ">= 0.16.1, < 0.17.0", # to be removed when pyramid-openapi3 will be compatible "openapi-core": ">= 0.16.1, < 0.17.0", # to be removed when pyramid-openapi3 will be compatible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment