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"