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 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