omnata-plugin-runtime 0.11.7a325__tar.gz → 0.11.8a326__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.11.7a325
3
+ Version: 0.11.8a326
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  License-File: LICENSE
6
6
  Author: James Weakley
@@ -20,7 +20,7 @@ Requires-Dist: idna (<=3.7)
20
20
  Requires-Dist: jinja2 (>=3.1.2,<=3.1.4)
21
21
  Requires-Dist: markupsafe (<=2.1.3)
22
22
  Requires-Dist: numpy (<=2.1.3)
23
- Requires-Dist: opentelemetry-api (<=1.23.0)
23
+ Requires-Dist: opentelemetry-api (<=1.37.0)
24
24
  Requires-Dist: packaging (<=24.1)
25
25
  Requires-Dist: pandas (<=2.2.3)
26
26
  Requires-Dist: platformdirs (<=3.10.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "omnata-plugin-runtime"
3
- version = "0.11.7-a325"
3
+ version = "0.11.8-a326"
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"
@@ -39,7 +39,7 @@ pyyaml = "<=6.0.1" # latest version available on Snowflake Anaconda
39
39
  cffi = "<=1.16.0" # latest version available on Snowflake Anaconda
40
40
  pyarrow = "<=16.1.0" # latest version available on Snowflake Anaconda
41
41
  wrapt = "<=1.14.1" # latest version available on Snowflake Anaconda
42
- opentelemetry-api = "<=1.23.0" # latest version available on Snowflake Anaconda
42
+ opentelemetry-api = "<=1.37.0" # latest version available on Snowflake Anaconda
43
43
  snowflake-telemetry-python = "<=0.5.0" # latest version available on Snowflake Anaconda
44
44
  protobuf = "<=4.25.3" # latest version available on Snowflake Anaconda
45
45