elaunira-airflow 3.1.7__tar.gz → 3.1.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: elaunira-airflow
3
- Version: 3.1.7
3
+ Version: 3.1.8
4
4
  Summary: Elaunira Airflow operators and hooks for R2Index
5
5
  Project-URL: Repository, https://github.com/elaunira/elaunira-airflow
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "elaunira-airflow"
7
- version = "3.1.7"
7
+ version = "3.1.8"
8
8
  description = "Elaunira Airflow operators and hooks for R2Index"
9
9
  requires-python = ">=3.12"
10
10
  license = "MIT"
@@ -10,7 +10,7 @@ from typing import TYPE_CHECKING, Any
10
10
  from airflow.exceptions import AirflowException
11
11
  from airflow.models import BaseOperator
12
12
 
13
- from elaunira.airflow.hooks.r2index import R2IndexHook
13
+ from elaunira.airflow.hooks import R2IndexHook
14
14
  from elaunira.airflow.links.r2index import R2IndexFileLink
15
15
  from elaunira.r2index import AsyncR2IndexClient
16
16