From 2dcb1d83c1ad74c77693d788503bc72ae4b5ccc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:55:04 +0000 Subject: [PATCH] chore(main): release python-openinference-instrumentation-haystack 0.1.13 --- .release-please-manifest.json | 4 ++-- .../openinference-instrumentation-haystack/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/haystack/version.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 56e3be4fa..0e05a8e28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,9 +10,9 @@ "python/instrumentation/openinference-instrumentation-guardrails": "0.1.1", "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-haystack": "0.1.13", "python/instrumentation/openinference-instrumentation-litellm": "0.1.4", "python/instrumentation/openinference-instrumentation-groq": "0.1.3", "python/instrumentation/openinference-instrumentation-instructor": "0.1.1", - "python/instrumentation/openinference-instrumentation-anthropic": "0.1.4" + "python/instrumentation/openinference-instrumentation-anthropic": "0.1.3" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md index 981a4ca23..5f782265b 100644 --- a/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-haystack/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-haystack-v0.1.12...python-openinference-instrumentation-haystack-v0.1.13) (2024-10-14) + + +### 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.12](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-haystack-v0.1.11...python-openinference-instrumentation-haystack-v0.1.12) (2024-08-26) diff --git a/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py b/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py index 74acd0efb..3cb7d95ef 100644 --- a/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py +++ b/python/instrumentation/openinference-instrumentation-haystack/src/openinference/instrumentation/haystack/version.py @@ -1 +1 @@ -__version__ = "0.1.12" +__version__ = "0.1.13"