diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d331e790e..0ecb17d26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"python/openinference-semantic-conventions":"0.1.3","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.1","python/instrumentation/openinference-instrumentation-dspy":"0.1.1","python/instrumentation/openinference-instrumentation-langchain":"0.1.3","python/instrumentation/openinference-instrumentation-bedrock":"0.1.1"} +{"python/openinference-semantic-conventions":"0.1.3","python/instrumentation/openinference-instrumentation-openai":"0.1.1","python/instrumentation/openinference-instrumentation-llama-index":"0.1.1","python/instrumentation/openinference-instrumentation-dspy":"0.1.1","python/instrumentation/openinference-instrumentation-langchain":"0.1.3","python/instrumentation/openinference-instrumentation-bedrock":"0.1.1"} diff --git a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md index 852fcc5e5..d4c3dfb87 100644 --- a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.0...python-openinference-instrumentation-openai-v0.1.1) (2024-02-08) + + +### Bug Fixes + +* **python:** streaming with_raw_response in openai 1.8.0 ([#181](https://github.com/Arize-ai/openinference/issues/181)) ([6c8fcf0](https://github.com/Arize-ai/openinference/commit/6c8fcf0cf10aaacb3db777e906741ea2ea3496ac)) + ## 0.1.0 (2024-01-11) diff --git a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py index 3dc1f76bc..485f44ac2 100644 --- a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py +++ b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"