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"