omnata-plugin-runtime 0.6.5__tar.gz → 0.6.6a173__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/PKG-INFO +2 -2
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/pyproject.toml +2 -2
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/LICENSE +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/README.md +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/omnata_plugin.py +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/plugin_entrypoints.py +0 -0
- {omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/rate_limiting.py +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.6a173
|
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
|
@@ -18,7 +18,7 @@ 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 (<1.27.0)
|
22
22
|
Requires-Dist: packaging (<=24.1)
|
23
23
|
Requires-Dist: pandas (<=2.2.2)
|
24
24
|
Requires-Dist: platformdirs (<=3.10.0)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "omnata-plugin-runtime"
|
3
|
-
version = "0.6.
|
3
|
+
version = "0.6.6-a173"
|
4
4
|
description = "Classes and common runtime components for building and running Omnata Plugins"
|
5
5
|
authors = ["James Weakley <james.weakley@omnata.com>"]
|
6
6
|
readme = "README.md"
|
@@ -21,7 +21,7 @@ charset-normalizer = "<=3.3.2" # latest version available on Snowflake Anaconda
|
|
21
21
|
idna = "<=3.7" # latest version available on Snowflake Anaconda
|
22
22
|
jinja2 = ">=3.1.2,<=3.1.4" # 3.1.4 was latest version available on Snowflake Anaconda
|
23
23
|
markupsafe = "<=2.1.3" # latest version available on Snowflake Anaconda
|
24
|
-
numpy = "
|
24
|
+
numpy = "<1.27.0" # To match compatibility with snowflake-connector-python
|
25
25
|
packaging = "<=24.1" # latest version available on Snowflake Anaconda
|
26
26
|
pandas = "<=2.2.2" # latest version available on Snowflake Anaconda
|
27
27
|
platformdirs = "<=3.10.0" # latest version available on Snowflake Anaconda
|
File without changes
|
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/api.py
RENAMED
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/forms.py
RENAMED
File without changes
|
{omnata_plugin_runtime-0.6.5 → omnata_plugin_runtime-0.6.6a173}/src/omnata_plugin_runtime/logging.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|