From bce144ca75cdd00fbcaebae7a7157ba778b76abc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:12:15 +0000 Subject: [PATCH] chore(main): release python-openinference-instrumentation-anthropic 0.1.4 --- .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 cd6638a54..4fd21ed49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,5 +14,5 @@ "python/instrumentation/openinference-instrumentation-litellm": "0.1.4", "python/instrumentation/openinference-instrumentation-groq": "0.1.2", "python/instrumentation/openinference-instrumentation-instructor": "0.1.1", - "python/instrumentation/openinference-instrumentation-anthropic": "0.1.3" + "python/instrumentation/openinference-instrumentation-anthropic": "0.1.4" } \ 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 6dcba23a9..8a8218f5d 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.3...python-openinference-instrumentation-anthropic-v0.1.4) (2024-09-12) + + +### 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.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.2...python-openinference-instrumentation-anthropic-v0.1.3) (2024-09-04) 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 ae7362549..bbab0242f 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.3" +__version__ = "0.1.4"