diff --git a/demo-project/build/api/metadata b/demo-project/build/api/metadata new file mode 100644 index 0000000000..52afe268cb --- /dev/null +++ b/demo-project/build/api/metadata @@ -0,0 +1,15 @@ +{ + "has_missing_dependencies": false, + "package_compatibilities": [ + { + "package_name": "fsspec", + "package_version": "2024.6.1", + "is_compatible": true + }, + { + "package_name": "kedro-datasets", + "package_version": "4.0.0", + "is_compatible": true + } + ] +} diff --git a/demo-project/build/api/package-compatibilities b/demo-project/build/api/package-compatibilities deleted file mode 100644 index d77cf5c71d..0000000000 --- a/demo-project/build/api/package-compatibilities +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "package_name": "fsspec", - "package_version": "2024.6.1", - "is_compatible": true - }, - { - "package_name": "kedro-datasets", - "package_version": "4.0.0", - "is_compatible": true - } -] \ No newline at end of file