From e931c7ce58df23a440195d2a44fd8cab3b13087c 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:32:35 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation-vertexai 0.1.4 (#1015) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-vertexai/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/vertexai/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c890c95f9..8f04ef968 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "python/instrumentation/openinference-instrumentation-mistralai": "1.1.0", "python/openinference-instrumentation": "0.1.18", "python/instrumentation/openinference-instrumentation-guardrails": "0.1.2", - "python/instrumentation/openinference-instrumentation-vertexai": "0.1.3", + "python/instrumentation/openinference-instrumentation-vertexai": "0.1.4", "python/instrumentation/openinference-instrumentation-crewai": "0.1.2", "python/instrumentation/openinference-instrumentation-haystack": "0.1.12", "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", diff --git a/python/instrumentation/openinference-instrumentation-vertexai/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-vertexai/CHANGELOG.md index 593d891ce..26b9eeacb 100644 --- a/python/instrumentation/openinference-instrumentation-vertexai/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-vertexai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-vertexai-v0.1.3...python-openinference-instrumentation-vertexai-v0.1.4) (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.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-vertexai-v0.1.2...python-openinference-instrumentation-vertexai-v0.1.3) (2024-08-10) diff --git a/python/instrumentation/openinference-instrumentation-vertexai/src/openinference/instrumentation/vertexai/version.py b/python/instrumentation/openinference-instrumentation-vertexai/src/openinference/instrumentation/vertexai/version.py index ae7362549..bbab0242f 100644 --- a/python/instrumentation/openinference-instrumentation-vertexai/src/openinference/instrumentation/vertexai/version.py +++ b/python/instrumentation/openinference-instrumentation-vertexai/src/openinference/instrumentation/vertexai/version.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4"