omnata-plugin-runtime 0.3.28a81__tar.gz → 0.3.28a82__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/PKG-INFO +2 -1
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/pyproject.toml +2 -1
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/LICENSE +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/README.md +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/src/omnata_plugin_runtime/omnata_plugin.py +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/src/omnata_plugin_runtime/plugin_entrypoints.py +0 -0
- {omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/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.3.
|
3
|
+
Version: 0.3.28a82
|
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
|
@@ -23,6 +23,7 @@ Requires-Dist: pydantic (>=1,<=1.10.12)
|
|
23
23
|
Requires-Dist: pyjwt (<=2.4.0)
|
24
24
|
Requires-Dist: pyopenssl (<=23.2.0)
|
25
25
|
Requires-Dist: pytz (<=2023.3.post1)
|
26
|
+
Requires-Dist: regex (<=2023.10.3)
|
26
27
|
Requires-Dist: requests (>=2,<=2.31.0)
|
27
28
|
Requires-Dist: setuptools (>=68.2.2)
|
28
29
|
Requires-Dist: snowflake-snowpark-python (>=1,<2)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "omnata-plugin-runtime"
|
3
|
-
version = "0.3.28-
|
3
|
+
version = "0.3.28-a82"
|
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,6 +29,7 @@ tomlkit = ">=0.11.1" # 0.11.1 was latest version available on Snowflake Anaconda
|
|
29
29
|
urllib3 = "<=2.1.0" # latest version available on Snowflake Anaconda
|
30
30
|
wheel = "<=0.41.2" # latest version available on Snowflake Anaconda
|
31
31
|
dateparser = "<=1.1.8" # latest version available on Snowflake Anaconda
|
32
|
+
regex = "<=2023.10.3" # latest version available on Snowflake Anaconda
|
32
33
|
|
33
34
|
[tool.poetry.dev-dependencies]
|
34
35
|
pytest = "^6.2.4"
|
File without changes
|
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.3.28a81 → omnata_plugin_runtime-0.3.28a82}/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
|