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"