diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd6638a54..816349825 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "python/openinference-semantic-conventions": "0.1.10", - "python/instrumentation/openinference-instrumentation-openai": "0.1.14", + "python/instrumentation/openinference-instrumentation-openai": "0.1.15", "python/instrumentation/openinference-instrumentation-llama-index": "3.0.2", "python/instrumentation/openinference-instrumentation-dspy": "0.1.12", "python/instrumentation/openinference-instrumentation-langchain": "0.1.28", diff --git a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md index 17f7d6ee9..107457b96 100644 --- a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.15](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.14...python-openinference-instrumentation-openai-v0.1.15) (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.14](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.13...python-openinference-instrumentation-openai-v0.1.14) (2024-08-16) 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 fb69db9cf..f3b45743b 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.14" +__version__ = "0.1.15"