omnata-plugin-runtime 0.6.6a173__tar.gz → 0.6.7a174__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/PKG-INFO +2 -2
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/pyproject.toml +2 -2
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/LICENSE +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/README.md +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/omnata_plugin.py +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/plugin_entrypoints.py +0 -0
- {omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/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.7a174
|
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
|
@@ -30,7 +30,7 @@ Requires-Dist: pyjwt (<=2.8.0)
|
|
30
30
|
Requires-Dist: pyopenssl (<=24.2.1)
|
31
31
|
Requires-Dist: pytz (<=2024.1)
|
32
32
|
Requires-Dist: pyyaml (<=6.0.1)
|
33
|
-
Requires-Dist: requests (>=2,<=2.32.
|
33
|
+
Requires-Dist: requests (>=2,<=2.32.3)
|
34
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)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "omnata-plugin-runtime"
|
3
|
-
version = "0.6.
|
3
|
+
version = "0.6.7-a174"
|
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"
|
@@ -29,7 +29,7 @@ pydantic = "^2, <=2.8.2" # latest version available on Snowflake Anaconda
|
|
29
29
|
pyjwt = "<=2.8.0" # latest version available on Snowflake Anaconda
|
30
30
|
pyopenssl = "<=24.2.1" # latest version available on Snowflake Anaconda
|
31
31
|
pytz = "<=2024.1" # latest version available on Snowflake Anaconda
|
32
|
-
requests = "^2, <=2.32.
|
32
|
+
requests = "^2, <=2.32.3" # latest version available on Snowflake Anaconda
|
33
33
|
setuptools = "<=72.1.0" # latest version available on Snowflake Anaconda
|
34
34
|
tomlkit = "<=0.11.1" # latest version available on Snowflake Anaconda
|
35
35
|
tenacity = "^8, <=8.2.3" # latest version available on Snowflake Anaconda
|
File without changes
|
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.6.6a173 → omnata_plugin_runtime-0.6.7a174}/src/omnata_plugin_runtime/api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|