From a09fac4f366e682f8b5ac22b12f298e402acbae6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:53:21 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-autogen 0.1.2 (#1219) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-autogen/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/autogen/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5dd6ec0f4..ef5da9f64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,5 +16,5 @@ "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.9", "python/instrumentation/openinference-instrumentation-smolagents": "0.1.0", - "python/instrumentation/openinference-instrumentation-autogen": "0.1.1" + "python/instrumentation/openinference-instrumentation-autogen": "0.1.2" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md index f97a53f5b..fffeac691 100644 --- a/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-autogen-v0.1.1...python-openinference-instrumentation-autogen-v0.1.2) (2025-01-17) + + +### Bug Fixes + +* **autogen2:** tool calling fix ([#1218](https://github.com/Arize-ai/openinference/issues/1218)) ([c8c9ade](https://github.com/Arize-ai/openinference/commit/c8c9ade8267e3ba2fa1e48b2d1d77a42444222e4)) + ## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-autogen-v0.1.0...python-openinference-instrumentation-autogen-v0.1.1) (2025-01-17) diff --git a/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py b/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py index 485f44ac2..b3f475621 100644 --- a/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py +++ b/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"