Skip to content
Snippets Groups Projects
Commit cf095ee07a83 authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

chore: upgrade file cube to min 4.1.0

Version 4.1.0 adds features necessary for the frontend to handle download url
parent 8f04cae0b4de
No related branches found
No related tags found
1 merge request!17feat(frontend): add ability to fetch and upload files
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
__depends__ = { __depends__ = {
"cubicweb[postgresql]": ">= 4.5.2,< 5.0.0", "cubicweb[postgresql]": ">= 4.5.2,< 5.0.0",
"cubicweb-api": ">= 0.13.0,< 0.14.0", "cubicweb-api": ">= 0.13.0,< 0.14.0",
"cubicweb-file": None, "cubicweb-file": ">= 4.1.0, < 5.0.0",
"cubicweb-rq": None, "cubicweb-rq": None,
"requests": None, "requests": None,
"pyshacl": None, "pyshacl": None,
......
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