omnata-plugin-runtime 0.6.4__py3-none-any.whl → 0.6.5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.6.4.dist-info → omnata_plugin_runtime-0.6.5.dist-info}/METADATA +9 -9
- {omnata_plugin_runtime-0.6.4.dist-info → omnata_plugin_runtime-0.6.5.dist-info}/RECORD +4 -4
- {omnata_plugin_runtime-0.6.4.dist-info → omnata_plugin_runtime-0.6.5.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.6.4.dist-info → omnata_plugin_runtime-0.6.5.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: omnata-plugin-runtime
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.5
|
4
4
|
Summary: Classes and common runtime components for building and running Omnata Plugins
|
5
5
|
Author: James Weakley
|
6
6
|
Author-email: james.weakley@omnata.com
|
@@ -10,28 +10,28 @@ Classifier: Programming Language :: Python :: 3.8
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.9
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
12
12
|
Requires-Dist: annotated-types (<=0.6.0)
|
13
|
-
Requires-Dist: certifi (<=2024.
|
13
|
+
Requires-Dist: certifi (<=2024.8.30)
|
14
14
|
Requires-Dist: cffi (<=1.16.0)
|
15
|
-
Requires-Dist: charset-normalizer (<=
|
16
|
-
Requires-Dist: cryptography (<=
|
15
|
+
Requires-Dist: charset-normalizer (<=3.3.2)
|
16
|
+
Requires-Dist: cryptography (<=43.0.0)
|
17
17
|
Requires-Dist: filelock (<=3.13.1)
|
18
18
|
Requires-Dist: idna (<=3.7)
|
19
19
|
Requires-Dist: jinja2 (>=3.1.2,<=3.1.4)
|
20
20
|
Requires-Dist: markupsafe (<=2.1.3)
|
21
|
-
Requires-Dist: numpy (<=
|
21
|
+
Requires-Dist: numpy (<=2.0.1)
|
22
22
|
Requires-Dist: packaging (<=24.1)
|
23
23
|
Requires-Dist: pandas (<=2.2.2)
|
24
24
|
Requires-Dist: platformdirs (<=3.10.0)
|
25
25
|
Requires-Dist: pyarrow (<=16.1.0)
|
26
26
|
Requires-Dist: pycparser (<=2.21)
|
27
|
-
Requires-Dist: pydantic (>=2,<=2.
|
28
|
-
Requires-Dist: pydantic-core (<=2.
|
27
|
+
Requires-Dist: pydantic (>=2,<=2.8.2)
|
28
|
+
Requires-Dist: pydantic-core (<=2.21.0)
|
29
29
|
Requires-Dist: pyjwt (<=2.8.0)
|
30
|
-
Requires-Dist: pyopenssl (<=24.
|
30
|
+
Requires-Dist: pyopenssl (<=24.2.1)
|
31
31
|
Requires-Dist: pytz (<=2024.1)
|
32
32
|
Requires-Dist: pyyaml (<=6.0.1)
|
33
33
|
Requires-Dist: requests (>=2,<=2.32.2)
|
34
|
-
Requires-Dist: setuptools (<=
|
34
|
+
Requires-Dist: setuptools (<=72.1.0)
|
35
35
|
Requires-Dist: snowflake-connector-python (>=3,<=3.12.0)
|
36
36
|
Requires-Dist: snowflake-snowpark-python (==1.19.0)
|
37
37
|
Requires-Dist: tenacity (>=8,<=8.2.3)
|
@@ -6,7 +6,7 @@ omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA
|
|
6
6
|
omnata_plugin_runtime/omnata_plugin.py,sha256=fYeOnhLrM1Rebl8ZTAPHzw2lDF-XvSTjyWTiqilf8Bg,128752
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=-dIaNu8Z78BXGxencWQtmRvOnvU48B0uT_SuisbBalo,28504
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=JukA0l7x7Klqz2b54mR-poP7NRxpUHgWSGp6h0B8u6Q,25612
|
9
|
-
omnata_plugin_runtime-0.6.
|
10
|
-
omnata_plugin_runtime-0.6.
|
11
|
-
omnata_plugin_runtime-0.6.
|
12
|
-
omnata_plugin_runtime-0.6.
|
9
|
+
omnata_plugin_runtime-0.6.5.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
10
|
+
omnata_plugin_runtime-0.6.5.dist-info/METADATA,sha256=izNy6yBHwQjz22ZyAo3wuVoMhp7LaPZFZtSb03CR6ek,1981
|
11
|
+
omnata_plugin_runtime-0.6.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
omnata_plugin_runtime-0.6.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|