From 7691b0f9d6316e8faa2f3f0c6e708b3bae28abe1 Mon Sep 17 00:00:00 2001 From: Michael J Ward Date: Wed, 18 Sep 2024 15:36:13 -0500 Subject: [PATCH] Add `typing_extensions` runtime dependency to meta.yaml This is required as of `datafusion-python` v40. ref: https://github.com/apache/datafusion-python/pull/750 --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 41eae31..798c9ae 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,6 +30,7 @@ requirements: run: - python - pyarrow >=11.0.0 + - typing_extensions test: imports: