diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 547e0a468..75e6c9ed6 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.6" + "python/instrumentation/openinference-instrumentation-anthropic": "0.1.7" } \ 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 035c7321b..e42e9a80c 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.6...python-openinference-instrumentation-anthropic-v0.1.7) (2024-10-31) + + +### Bug Fixes + +* remove anthropic dependency ([#1094](https://github.com/Arize-ai/openinference/issues/1094)) ([4dd0bba](https://github.com/Arize-ai/openinference/commit/4dd0bba7687f7ab70e0cb973ac588a850a9e99b2)) + ## [0.1.6](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-anthropic-v0.1.5...python-openinference-instrumentation-anthropic-v0.1.6) (2024-10-30) 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 0a8da8825..f1380eede 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.6" +__version__ = "0.1.7"