From e782f7bf67aa788def6e6dd1db5fa5014df4f822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:54:53 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-dspy 0.1.14 (#1114) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-dspy/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/dspy/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16f40dc74..76e2e2a6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "python/openinference-semantic-conventions": "0.1.12", "python/instrumentation/openinference-instrumentation-openai": "0.1.17", "python/instrumentation/openinference-instrumentation-llama-index": "3.0.3", - "python/instrumentation/openinference-instrumentation-dspy": "0.1.13", + "python/instrumentation/openinference-instrumentation-dspy": "0.1.14", "python/instrumentation/openinference-instrumentation-langchain": "0.1.29", "python/instrumentation/openinference-instrumentation-bedrock": "0.1.12", "python/instrumentation/openinference-instrumentation-mistralai": "1.1.0", diff --git a/python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md index b71d9b846..fa73f67fe 100644 --- a/python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-dspy-v0.1.13...python-openinference-instrumentation-dspy-v0.1.14) (2024-11-12) + + +### Bug Fixes + +* **dspy:** instrument `dspy` rather than `dspy-ai` ([#1113](https://github.com/Arize-ai/openinference/issues/1113)) ([5f6e149](https://github.com/Arize-ai/openinference/commit/5f6e149d0979a822e07f81af944c22b7530f8fed)) + ## [0.1.13](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-dspy-v0.1.12...python-openinference-instrumentation-dspy-v0.1.13) (2024-10-10) diff --git a/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py b/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py index 3cb7d95ef..fb69db9cf 100644 --- a/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py +++ b/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py @@ -1 +1 @@ -__version__ = "0.1.13" +__version__ = "0.1.14"