omnata-plugin-runtime 0.5.2a119__tar.gz → 0.5.3a120__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.5.2a119
3
+ Version: 0.5.3a120
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
@@ -11,6 +11,7 @@ Classifier: Programming Language :: Python :: 3.9
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Requires-Dist: annotated-types (<=0.6.0)
13
13
  Requires-Dist: certifi (<=2024.7.4)
14
+ Requires-Dist: cffi (<=1.16.0)
14
15
  Requires-Dist: charset-normalizer (<=2.0.4)
15
16
  Requires-Dist: cryptography (<=42.0.5)
16
17
  Requires-Dist: filelock (<=3.13.1)
@@ -27,6 +28,7 @@ Requires-Dist: pydantic-core (<=2.14.6)
27
28
  Requires-Dist: pyjwt (<=2.8.0)
28
29
  Requires-Dist: pyopenssl (<=24.0.0)
29
30
  Requires-Dist: pytz (<=2024.1)
31
+ Requires-Dist: pyyaml (<=6.0.1)
30
32
  Requires-Dist: requests (>=2,<=2.32.2)
31
33
  Requires-Dist: setuptools (<=69.5.1)
32
34
  Requires-Dist: snowflake-connector-python (>=3,<=3.12.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "omnata-plugin-runtime"
3
- version = "0.5.2-a119"
3
+ version = "0.5.3-a120"
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"
@@ -35,6 +35,8 @@ tomlkit = "<=0.11.1" # 0.11.1 was latest version available on Snowflake Anaconda
35
35
  tenacity = "^8, <=8.2.3" # latest version available on Snowflake Anaconda
36
36
  urllib3 = "<=2.2.2" # latest version available on Snowflake Anaconda
37
37
  wheel = "<=0.43.0" # latest version available on Snowflake Anaconda
38
+ pyyaml = "<=6.0.1" # latest version available on Snowflake Anaconda
39
+ cffi = "<=1.16.0" # latest version available on Snowflake Anaconda
38
40
 
39
41
  [tool.poetry.dev-dependencies]
40
42
  pytest = "^6.2.4"