From f5ff3a006f2ff6bb9fe0ac1132dc0d66e7a049f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:30:13 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-litellm 0.1.6 (#1204) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-litellm/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/litellm/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7918ef967..e19644257 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "python/instrumentation/openinference-instrumentation-vertexai": "0.1.4", "python/instrumentation/openinference-instrumentation-crewai": "0.1.3", "python/instrumentation/openinference-instrumentation-haystack": "0.1.13", - "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", + "python/instrumentation/openinference-instrumentation-litellm": "0.1.6", "python/instrumentation/openinference-instrumentation-groq": "0.1.5", "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.9", diff --git a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md index de8316fec..3f3650a07 100644 --- a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.5...python-openinference-instrumentation-litellm-v0.1.6) (2025-01-15) + + +### Bug Fixes + +* Add support for output messages for sync/async ([#1188](https://github.com/Arize-ai/openinference/issues/1188)) ([0bb96b6](https://github.com/Arize-ai/openinference/commit/0bb96b65ebd261445fb63ccc06da49f365dc1fa3)) + ## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.4...python-openinference-instrumentation-litellm-v0.1.5) (2024-10-31) diff --git a/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py b/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py index 1276d0254..0a8da8825 100644 --- a/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py +++ b/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6"