From fda4ce1dbd62aa0593816e80244ecba4ed879caf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:12:21 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation-openai 0.1.17 (#1095) 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 36a4b24eb..547e0a468 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.16", + "python/instrumentation/openinference-instrumentation-openai": "0.1.17", "python/instrumentation/openinference-instrumentation-llama-index": "3.0.3", "python/instrumentation/openinference-instrumentation-dspy": "0.1.13", "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 9cab1b95e..1109297a3 100644 --- a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* remove httpx dependency ([#1093](https://github.com/Arize-ai/openinference/issues/1093)) ([41c6557](https://github.com/Arize-ai/openinference/commit/41c655708e954aa362adc7f62f1b98324fb30ce9)) + ## [0.1.16](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.15...python-openinference-instrumentation-openai-v0.1.16) (2024-10-30) 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 970659c2b..86205cbac 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.16" +__version__ = "0.1.17"