From 41ea8361508e00d34c7a23f9d3cdbdad56d0302b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:31:20 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-llama-index 3.1.3 (#1185) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-llama-index/CHANGELOG.md | 7 +++++++ .../openinference/instrumentation/llama_index/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 063519e48..01f849c66 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "python/openinference-semantic-conventions": "0.1.12", "python/instrumentation/openinference-instrumentation-openai": "0.1.18", - "python/instrumentation/openinference-instrumentation-llama-index": "3.1.2", + "python/instrumentation/openinference-instrumentation-llama-index": "3.1.3", "python/instrumentation/openinference-instrumentation-dspy": "0.1.14", "python/instrumentation/openinference-instrumentation-langchain": "0.1.29", "python/instrumentation/openinference-instrumentation-bedrock": "0.1.12", diff --git a/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md index e6da7383d..374822f1c 100644 --- a/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v3.1.2...python-openinference-instrumentation-llama-index-v3.1.3) (2025-01-09) + + +### Bug Fixes + +* **llama-index:** coerce token counts to be integers ([#1183](https://github.com/Arize-ai/openinference/issues/1183)) ([3af6ca6](https://github.com/Arize-ai/openinference/commit/3af6ca626c8f37c931eb51b846b0b3d24afdb615)) + ## [3.1.2](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v3.1.1...python-openinference-instrumentation-llama-index-v3.1.2) (2024-12-20) diff --git a/python/instrumentation/openinference-instrumentation-llama-index/src/openinference/instrumentation/llama_index/version.py b/python/instrumentation/openinference-instrumentation-llama-index/src/openinference/instrumentation/llama_index/version.py index 911557b86..f7493720d 100644 --- a/python/instrumentation/openinference-instrumentation-llama-index/src/openinference/instrumentation/llama_index/version.py +++ b/python/instrumentation/openinference-instrumentation-llama-index/src/openinference/instrumentation/llama_index/version.py @@ -1 +1 @@ -__version__ = "3.1.2" +__version__ = "3.1.3"