openinference-instrumentation-beeai 0.1.4__tar.gz → 0.1.5__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.
Files changed (12) hide show
  1. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/PKG-INFO +2 -2
  2. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/pyproject.toml +1 -1
  3. openinference_instrumentation_beeai-0.1.5/src/openinference/instrumentation/beeai/version.py +1 -0
  4. openinference_instrumentation_beeai-0.1.4/src/openinference/instrumentation/beeai/version.py +0 -1
  5. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/.gitignore +0 -0
  6. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/README.md +0 -0
  7. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/src/openinference/instrumentation/beeai/__init__.py +0 -0
  8. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/src/openinference/instrumentation/beeai/middleware.py +0 -0
  9. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/src/openinference/instrumentation/beeai/utils/build_trace_tree.py +0 -0
  10. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/src/openinference/instrumentation/beeai/utils/create_span.py +0 -0
  11. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/src/openinference/instrumentation/beeai/utils/get_serialized_object_safe.py +0 -0
  12. {openinference_instrumentation_beeai-0.1.4 → openinference_instrumentation_beeai-0.1.5}/src/openinference/instrumentation/beeai/utils/id_name_manager.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: openinference-instrumentation-beeai
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: OpenInference BeeAI Instrumentation
5
5
  Project-URL: Homepage, https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-beeai
6
6
  Author-email: Milan Gallas <gallas.milan@gmail.com>
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
16
  Requires-Python: <3.14,>=3.11
17
17
  Requires-Dist: openinference-instrumentation>=0.1.27
18
- Requires-Dist: openinference-semantic-conventions>=0.1.16
18
+ Requires-Dist: openinference-semantic-conventions>=0.1.17
19
19
  Requires-Dist: opentelemetry-api>=1.31.1
20
20
  Requires-Dist: opentelemetry-instrumentation>=0.52b1
21
21
  Requires-Dist: opentelemetry-semantic-conventions>=0.52b1
@@ -23,7 +23,7 @@ classifiers = [
23
23
  "Programming Language :: Python :: 3.13",
24
24
  ]
25
25
  dependencies = [
26
- "openinference-semantic-conventions>=0.1.16",
26
+ "openinference-semantic-conventions>=0.1.17",
27
27
  "opentelemetry-api>=1.31.1",
28
28
  "opentelemetry-instrumentation>=0.52b1",
29
29
  "opentelemetry-semantic-conventions>=0.52b1",