From f93055dfdceb576c263c918ccc0e94738936365b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:28:48 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation-litellm 0.1.2 (#842) 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 df757247d..cbf7bda56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "python/instrumentation/openinference-instrumentation-vertexai": "0.1.2", "python/instrumentation/openinference-instrumentation-crewai": "0.1.1", "python/instrumentation/openinference-instrumentation-haystack": "0.1.4", - "python/instrumentation/openinference-instrumentation-litellm": "0.1.1", + "python/instrumentation/openinference-instrumentation-litellm": "0.1.2", "python/instrumentation/openinference-instrumentation-groq": "0.1.2", "python/instrumentation/openinference-instrumentation-instructor": "0.1.0" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md index ecfdeaec2..34cf67ec4 100644 --- a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.1...python-openinference-instrumentation-litellm-v0.1.2) (2024-08-10) + + +### Features + +* **liteLLM:** LiteLLM trace config and context attributes propagation ([#779](https://github.com/Arize-ai/openinference/issues/779)) ([d104695](https://github.com/Arize-ai/openinference/commit/d104695cdcebea740f98b2e26a2a5bab1a09a55f)) + ## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.0...python-openinference-instrumentation-litellm-v0.1.1) (2024-08-07) 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 485f44ac2..b3f475621 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.1" +__version__ = "0.1.2"