meshagent-otel 0.5.7__tar.gz → 0.5.8b4__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.

Potentially problematic release.


This version of meshagent-otel might be problematic. Click here for more details.

@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-otel
3
- Version: 0.5.7
3
+ Version: 0.5.8b4
4
4
  Summary: CLI for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
7
7
  Project-URL: Website, https://www.meshagent.com
8
8
  Project-URL: Source, https://www.meshagent.com
9
- Requires-Python: >=3.12
9
+ Requires-Python: >=3.13
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: opentelemetry-distro~=0.54b1
12
12
  Requires-Dist: opentelemetry-exporter-otlp-proto-http~=1.33
@@ -0,0 +1 @@
1
+ __version__ = "0.5.8b4"
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-otel
3
- Version: 0.5.7
3
+ Version: 0.5.8b4
4
4
  Summary: CLI for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
7
7
  Project-URL: Website, https://www.meshagent.com
8
8
  Project-URL: Source, https://www.meshagent.com
9
- Requires-Python: >=3.12
9
+ Requires-Python: >=3.13
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: opentelemetry-distro~=0.54b1
12
12
  Requires-Dist: opentelemetry-exporter-otlp-proto-http~=1.33
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "meshagent-otel"
7
7
  description = "CLI for Meshagent"
8
- requires-python = ">=3.12"
8
+ requires-python = ">=3.13"
9
9
  license = "Apache-2.0"
10
10
  keywords = []
11
11
  dependencies = [
@@ -1 +0,0 @@
1
- __version__ = "0.5.7"