From c4af314d7675b64403cdc3fa8d2f603a03c80115 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:40:04 +0000 Subject: [PATCH 1/2] updated v1.6.0 --- recipe/meta.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e060501..3733f0f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "dlt" %} -{% set version = "1.5.0" %} +{% set version = "1.6.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://files.pythonhosted.org/packages/source/{{ name[0] }}/{{ name }}/dlt-{{ version }}.tar.gz - sha256: 2ece1c96242699630793681f0e3b9ec8bd41c79db3de20266cde427a71869b61 + sha256: 07609bf4d4a9853f1162e88740e4eecabede76cf7af81408093f0b70152e519f build: noarch: python @@ -22,11 +22,16 @@ requirements: - poetry-core >=1.0.8 - pip run: + - databricks-sql-connector >=3.6.0 + - dlt-pendulum >=3.0.2 + - pyarrow >=12.0.0,<18 + - pywin32-on-windows >=306 + - rich-argparse >=1.6.0,<2.0.0 - python >={{ python_min }} - aiohttp >=3.9 - graphlib-backport - pluggy >=1.3.0 - - typing_extensions >=4.0.0 + - typing_extensions >=4.8.0 - tzdata >=2022.1 - python >=3.8.1,<3.13 - requests >=2.26.0 From aa3214b376bf988fc4b12be3c0fa6c666d4f2236 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:40:39 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 25.1.1, conda-smithy 3.45.4, and conda-forge-pinning 2025.02.03.10.35.56 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 179afe5..bb38536 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ /build_artifacts *.pyc + +# Rattler-build's artifacts are in `output` when not specifying anything. +/output