From f99d71aa636babcd831d8e5c3de14d95553d2caf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:58:06 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-llama-index 3.1.2 (#1178) 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 d016ca22a..e6354801b 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.1", + "python/instrumentation/openinference-instrumentation-llama-index": "3.1.2", "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 592ade0ba..e6da7383d 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.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) + + +### Bug Fixes + +* **llama-index:** capture tool calls from anthropic chat response ([#1177](https://github.com/Arize-ai/openinference/issues/1177)) ([e1ba6a5](https://github.com/Arize-ai/openinference/commit/e1ba6a5dcfc7f6b43cbe40d62e7bff55d45a3f12)) + ## [3.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v3.1.0...python-openinference-instrumentation-llama-index-v3.1.1) (2024-12-17) 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 d539d50ce..911557b86 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.1" +__version__ = "3.1.2"