From 09e702ffecbe0bd03391a461640765d35b58dd29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:08:18 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-openai 0.1.18 (#1132) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-openai/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/openai/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf3a94c9e..dac8ef6b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "python/openinference-semantic-conventions": "0.1.12", - "python/instrumentation/openinference-instrumentation-openai": "0.1.17", + "python/instrumentation/openinference-instrumentation-openai": "0.1.18", "python/instrumentation/openinference-instrumentation-llama-index": "3.0.4", "python/instrumentation/openinference-instrumentation-dspy": "0.1.14", "python/instrumentation/openinference-instrumentation-langchain": "0.1.29", diff --git a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md index 1109297a3..92e8f821f 100644 --- a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.18](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.17...python-openinference-instrumentation-openai-v0.1.18) (2024-11-22) + + +### Bug Fixes + +* add google as provider for openai instrumentor ([#1131](https://github.com/Arize-ai/openinference/issues/1131)) ([3ef4243](https://github.com/Arize-ai/openinference/commit/3ef424304343ede04910512380ef4c0a01638fb0)) + ## [0.1.17](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.16...python-openinference-instrumentation-openai-v0.1.17) (2024-10-31) diff --git a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py index 86205cbac..08f934f45 100644 --- a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py +++ b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py @@ -1 +1 @@ -__version__ = "0.1.17" +__version__ = "0.1.18"