From 7aa767a9e48799e22eefd3059bd4e50d9f8b2236 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:33:29 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation-instructor 0.1.2 (#1023) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-instructor/CHANGELOG.md | 7 +++++++ .../openinference/instrumentation/instructor/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bed797684..1344c5065 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,6 +13,6 @@ "python/instrumentation/openinference-instrumentation-haystack": "0.1.12", "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", "python/instrumentation/openinference-instrumentation-groq": "0.1.4", - "python/instrumentation/openinference-instrumentation-instructor": "0.1.1", + "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.6" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-instructor/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-instructor/CHANGELOG.md index 2e005317e..430207758 100644 --- a/python/instrumentation/openinference-instrumentation-instructor/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-instructor/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-instructor-v0.1.1...python-openinference-instrumentation-instructor-v0.1.2) (2024-10-31) + + +### 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)) + ## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-instructor-v0.1.0...python-openinference-instrumentation-instructor-v0.1.1) (2024-08-10) diff --git a/python/instrumentation/openinference-instrumentation-instructor/src/openinference/instrumentation/instructor/version.py b/python/instrumentation/openinference-instrumentation-instructor/src/openinference/instrumentation/instructor/version.py index 485f44ac2..b3f475621 100644 --- a/python/instrumentation/openinference-instrumentation-instructor/src/openinference/instrumentation/instructor/version.py +++ b/python/instrumentation/openinference-instrumentation-instructor/src/openinference/instrumentation/instructor/version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"