diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0fe3892a3..cb24f9aea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "python/instrumentation/openinference-instrumentation-vertexai": "0.1.5", "python/instrumentation/openinference-instrumentation-crewai": "0.1.4", "python/instrumentation/openinference-instrumentation-haystack": "0.1.15", - "python/instrumentation/openinference-instrumentation-litellm": "0.1.8", + "python/instrumentation/openinference-instrumentation-litellm": "0.1.9", "python/instrumentation/openinference-instrumentation-groq": "0.1.6", "python/instrumentation/openinference-instrumentation-instructor": "0.1.3", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.10", diff --git a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md index 0d0967037..615fe74d8 100644 --- a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.8...python-openinference-instrumentation-litellm-v0.1.9) (2025-02-05) + + +### Bug Fixes + +* use safe_json_dumps for invocation parameters in litellm instrumentor ([#1269](https://github.com/Arize-ai/openinference/issues/1269)) ([650dbb9](https://github.com/Arize-ai/openinference/commit/650dbb9f83ce7e94329d159819033d8f86e21129)) + ## [0.1.8](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.7...python-openinference-instrumentation-litellm-v0.1.8) (2025-02-04) 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 9cb17e797..c11f861af 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.8" +__version__ = "0.1.9"