diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7bdc23406..ca5d05f94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "python/openinference-semantic-conventions": "0.1.10", "python/instrumentation/openinference-instrumentation-openai": "0.1.14", - "python/instrumentation/openinference-instrumentation-llama-index": "3.0.0", + "python/instrumentation/openinference-instrumentation-llama-index": "3.0.1", "python/instrumentation/openinference-instrumentation-dspy": "0.1.12", "python/instrumentation/openinference-instrumentation-langchain": "0.1.27", "python/instrumentation/openinference-instrumentation-bedrock": "0.1.11", diff --git a/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md index fef18741d..fe2b8d160 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.0.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v3.0.0...python-openinference-instrumentation-llama-index-v3.0.1) (2024-09-05) + + +### Bug Fixes + +* **llama-index:** ensure llamaindex response models are serializable ([#997](https://github.com/Arize-ai/openinference/issues/997)) ([c1cb203](https://github.com/Arize-ai/openinference/commit/c1cb203f1230d9aa3557736deb7b7f6fe310acca)) + ## [3.0.0](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v2.2.4...python-openinference-instrumentation-llama-index-v3.0.0) (2024-08-27) 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 528787cfc..055276878 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.0.0" +__version__ = "3.0.1"