From ad0f7cf359282dd7ded8211eb1c61733fe809dc0 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:05:16 +0000 Subject: [PATCH 1/2] updated v1.13.5 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9c8ab80..fb34ccd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "flytekit" %} -{% set version = "1.13.4" %} +{% set version = "1.13.5" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/flytekit-{{ version }}.tar.gz - sha256: d39e97d1b4946aa64738b5e814c38743eb7f572bb6dc53aa5c4873bfb0d4e6ed + sha256: 4de7bd99687406b04d25bcc31a175d33875d792ee3fcda1b1ad1263cbdb1c8de build: entry_points: From d8e49487d43aab36f1c1f78b91480810759ea771 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Tue, 8 Oct 2024 00:04:43 -0400 Subject: [PATCH 2/2] Add example-inputs.json Signed-off-by: Eduardo Apolinario --- recipe/example-inputs.json | 3 +++ recipe/meta.yaml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 recipe/example-inputs.json diff --git a/recipe/example-inputs.json b/recipe/example-inputs.json new file mode 100644 index 0000000..45960e7 --- /dev/null +++ b/recipe/example-inputs.json @@ -0,0 +1,3 @@ +{ + "name": "foobar" +} diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fb34ccd..4897c82 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -69,6 +69,7 @@ requirements: test: files: - example.py + - example-inputs.json imports: - flytekit commands: @@ -78,7 +79,7 @@ test: - pyflyte-map-execute --help - pyflyte --help - flyte-cli --help - - pyflyte run example.py hello_world_wf --name foobar + - pyflyte run example.py hello_world_wf --inputs-file example-inputs.json requires: - pip <24.2