diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46c8814c4..a6e5d20c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "python/instrumentation/openinference-instrumentation-vertexai": "0.1.3", "python/instrumentation/openinference-instrumentation-crewai": "0.1.2", "python/instrumentation/openinference-instrumentation-haystack": "0.1.12", - "python/instrumentation/openinference-instrumentation-litellm": "0.1.4", + "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", "python/instrumentation/openinference-instrumentation-groq": "0.1.2", "python/instrumentation/openinference-instrumentation-instructor": "0.1.1", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.3" diff --git a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md index a0581dfc8..493470b11 100644 --- a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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-11) + + +### Bug Fixes + +* increase version lower bound for openinference-instrumentation ([#1012](https://github.com/Arize-ai/openinference/issues/1012)) ([3236d27](https://github.com/Arize-ai/openinference/commit/3236d2733a46b84d693ddb7092209800cde8cc34)) + + +### Documentation + +* litellm examples ([#681](https://github.com/Arize-ai/openinference/issues/681)) ([b6cfe69](https://github.com/Arize-ai/openinference/commit/b6cfe6933d840b2344b5c132a9d471d239af1c9d)) + ## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.3...python-openinference-instrumentation-litellm-v0.1.4) (2024-08-27) 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 bbab0242f..1276d0254 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.4" +__version__ = "0.1.5"