From 0170448ee4e145a0e67aaedb967da872c8186e14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 04:07:41 +0000 Subject: [PATCH] chore(main): release python-openinference-instrumentation-openai 0.1.15 --- .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 cd6638a54..816349825 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "python/openinference-semantic-conventions": "0.1.10", - "python/instrumentation/openinference-instrumentation-openai": "0.1.14", + "python/instrumentation/openinference-instrumentation-openai": "0.1.15", "python/instrumentation/openinference-instrumentation-llama-index": "3.0.2", "python/instrumentation/openinference-instrumentation-dspy": "0.1.12", "python/instrumentation/openinference-instrumentation-langchain": "0.1.28", diff --git a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md index 17f7d6ee9..1a4e0c2df 100644 --- a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.15](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.14...python-openinference-instrumentation-openai-v0.1.15) (2024-09-13) + + +### 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.14](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.13...python-openinference-instrumentation-openai-v0.1.14) (2024-08-16) 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 fb69db9cf..f3b45743b 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.14" +__version__ = "0.1.15"