airbyte-source-kyriba 0.1.26__tar.gz → 0.1.28__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.1
2
2
  Name: airbyte-source-kyriba
3
- Version: 0.1.26
3
+ Version: 0.1.28
4
4
  Summary: Source implementation for Kyriba.
5
5
  Home-page: https://airbyte.com
6
6
  License: MIT
@@ -5,7 +5,7 @@ requires = [
5
5
  build-backend = "poetry.core.masonry.api"
6
6
 
7
7
  [tool.poetry]
8
- version = "0.1.26"
8
+ version = "0.1.28"
9
9
  name = "airbyte-source-kyriba"
10
10
  description = "Source implementation for Kyriba."
11
11
  authors = [
@@ -8,6 +8,7 @@ from typing import Any, Iterable, List, Mapping, MutableMapping, Optional, Tuple
8
8
 
9
9
  import backoff
10
10
  import requests
11
+
11
12
  from airbyte_cdk.models import SyncMode
12
13
  from airbyte_cdk.sources import AbstractSource
13
14
  from airbyte_cdk.sources.streams import Stream