diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c1e7bc264..cd3731c2f 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..b4252d1ea 100644 --- a/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-anthropic/CHANGELOG.md @@ -1,5 +1,17 @@ # 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-10-03) + + +### Features + +* **anthropic:** streaming support ([#990](https://github.com/Arize-ai/openinference/issues/990)) ([f3b7b96](https://github.com/Arize-ai/openinference/commit/f3b7b96b1ddaf7194253e3233b9124c73a19840a)) + + +### 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"