From 9e2ca3a91adfe46ebcf845253f58f039d983f4ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:06:54 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-anthropic 0.1.9 (#1130) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-anthropic/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/anthropic/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a11d6ac17..cf3a94c9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,5 +14,5 @@ "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", "python/instrumentation/openinference-instrumentation-groq": "0.1.4", "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", - "python/instrumentation/openinference-instrumentation-anthropic": "0.1.8" + "python/instrumentation/openinference-instrumentation-anthropic": "0.1.9" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md index 2d14fbfc0..be19de22b 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.8...python-openinference-instrumentation-anthropic-v0.1.9) (2024-11-21) + + +### Bug Fixes + +* add tool id for anthropic instrumentor and serialize `content` to string if it's not a string ([#1129](https://github.com/Arize-ai/openinference/issues/1129)) ([682724c](https://github.com/Arize-ai/openinference/commit/682724ce436ef8ece5d821073e3845cc3a9d602d)) + ## [0.1.8](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.7...python-openinference-instrumentation-anthropic-v0.1.8) (2024-11-20) diff --git a/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py b/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py index 9cb17e797..c11f861af 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py +++ b/python/instrumentation/openinference-instrumentation-anthropic/src/openinference/instrumentation/anthropic/version.py @@ -1 +1 @@ -__version__ = "0.1.8" +__version__ = "0.1.9"