From 8cb457bdfebd708d892f641fa3ce8542723985f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:37:47 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation-llama-index 3.0.0 (#972) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 11 +++++++++++ .../instrumentation/llama_index/version.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c55dda30c..427973653 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": "2.2.4", + "python/instrumentation/openinference-instrumentation-llama-index": "3.0.0", "python/instrumentation/openinference-instrumentation-dspy": "0.1.12", "python/instrumentation/openinference-instrumentation-langchain": "0.1.27", "python/instrumentation/openinference-instrumentation-bedrock": "0.1.10", diff --git a/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md index 295478de3..fef18741d 100644 --- a/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-llama-index/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + + +### ⚠ BREAKING CHANGES + +* support pydanticV2 for llama-index 0.11 ([#971](https://github.com/Arize-ai/openinference/issues/971)) + +### Features + +* support pydanticV2 for llama-index 0.11 ([#971](https://github.com/Arize-ai/openinference/issues/971)) ([ba203b8](https://github.com/Arize-ai/openinference/commit/ba203b8bb16c73113c273516d0a4bf7b0d553bf1)) + ## [2.2.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-llama-index-v2.2.3...python-openinference-instrumentation-llama-index-v2.2.4) (2024-08-10) 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 62fa04d70..528787cfc 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__ = "2.2.4" +__version__ = "3.0.0"