deltafi 1.1.0__tar.gz → 1.1.2__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.

Potentially problematic release.


This version of deltafi might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: deltafi
3
- Version: 1.1.0
3
+ Version: 1.1.2
4
4
  Summary: SDK for DeltaFi plugins and actions
5
5
  License: Apache License, Version 2.0
6
6
  Keywords: deltafi
@@ -18,17 +18,12 @@ Classifier: Programming Language :: Python :: 3.8
18
18
  Classifier: Programming Language :: Python :: 3.9
19
19
  Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
- Classifier: Programming Language :: Python :: 3
22
- Classifier: Programming Language :: Python :: 3.10
23
- Classifier: Programming Language :: Python :: 3.7
24
- Classifier: Programming Language :: Python :: 3.8
25
- Classifier: Programming Language :: Python :: 3.9
26
21
  Classifier: Topic :: Software Development
27
22
  Requires-Dist: deepdiff (>=6.3.1)
28
23
  Requires-Dist: json-logging (>=1.3.0)
29
- Requires-Dist: minio (>=7.1.15)
24
+ Requires-Dist: minio (>=7.1.16)
30
25
  Requires-Dist: pydantic (>=1.10.9,<2.0.0)
31
- Requires-Dist: redis (>=4.6.0)
26
+ Requires-Dist: redis (>=5.0.0)
32
27
  Requires-Dist: requests (>=2.31.0)
33
28
  Requires-Dist: urllib3 (>=1.26.16,<2.0.0)
34
29
  Project-URL: Bug Reports, https://chat.deltafi.org/deltafi/channels/bug-reports
@@ -15,3 +15,5 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
19
+ #
@@ -15,3 +15,5 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
19
+ #
@@ -15,6 +15,7 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
18
19
  from typing import Dict
19
20
 
20
21
  from .constants import IGNORE_VALUE
@@ -15,6 +15,7 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
18
19
  import json
19
20
  from abc import ABC
20
21
  from abc import abstractmethod
@@ -15,6 +15,7 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
18
19
  from typing import List
19
20
 
20
21
  from deltafi.result import FormatResult, FormatManyResult
@@ -15,6 +15,7 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
18
19
  import uuid
19
20
  from abc import ABC
20
21
  from importlib.resources import files
@@ -15,6 +15,7 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
18
19
  from typing import List
19
20
 
20
21
  from deltafi.result import LoadResult, ReinjectResult
@@ -15,6 +15,7 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+
18
19
  from typing import List
19
20
 
20
21
  from deltafi.result import TransformResult
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "deltafi"
3
- version = "1.1.0"
3
+ version = "1.1.2"
4
4
  description = "SDK for DeltaFi plugins and actions"
5
5
  authors = ["DeltaFi <deltafi@systolic.com>"]
6
6
  license = "Apache License, Version 2.0"
@@ -23,9 +23,9 @@ classifiers = [
23
23
  python = "^3.7"
24
24
  deepdiff = ">=6.3.1"
25
25
  json-logging = ">=1.3.0"
26
- minio = ">=7.1.15"
26
+ minio = ">=7.1.16"
27
27
  pydantic = "^1.10.9"
28
- redis = ">=4.6.0"
28
+ redis = ">=5.0.0"
29
29
  requests = ">=2.31.0"
30
30
  urllib3 = "^1.26.16"
31
31
 
@@ -33,7 +33,7 @@ urllib3 = "^1.26.16"
33
33
  optional = true
34
34
 
35
35
  [tool.poetry.group.test.dependencies]
36
- pytest = ">=7.4.0"
36
+ pytest = ">=7.4.1"
37
37
  pytest-mock = ">=3.11.1"
38
38
  mockito = ">=1.4.0"
39
39
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes