From c66925ca909c103b6e8adf54bf389388cabf3e2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:41:36 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-langchain/CHANGELOG.md | 8 ++++++++ .../openinference/instrumentation/langchain/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dbe0c8284..d7831e780 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "python/instrumentation/openinference-instrumentation-openai": "0.1.40", "python/instrumentation/openinference-instrumentation-llama-index": "4.3.8", "python/instrumentation/openinference-instrumentation-dspy": "0.1.30", - "python/instrumentation/openinference-instrumentation-langchain": "0.1.54", + "python/instrumentation/openinference-instrumentation-langchain": "0.1.55", "python/instrumentation/openinference-instrumentation-bedrock": "0.1.31", "python/instrumentation/openinference-instrumentation-mistralai": "1.3.4", "python/openinference-instrumentation": "0.1.42", diff --git a/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md index c0357d069..11c613045 100644 --- a/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.55](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.54...python-openinference-instrumentation-langchain-v0.1.55) (2025-11-10) + + +### Bug Fixes + +* anthropic token count ([#2428](https://github.com/Arize-ai/openinference/issues/2428)) ([698dc81](https://github.com/Arize-ai/openinference/commit/698dc81f731140efb128a84892f6c9579c879a10)) +* **langchain:** anthropic cache token count ([#2414](https://github.com/Arize-ai/openinference/issues/2414)) ([9f21f0f](https://github.com/Arize-ai/openinference/commit/9f21f0ffca32c9ba370c621166aa50a4743c6891)) + ## [0.1.54](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.53...python-openinference-instrumentation-langchain-v0.1.54) (2025-10-23) diff --git a/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py b/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py index b9c73f7f5..5325e8e29 100644 --- a/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py +++ b/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py @@ -1 +1 @@ -__version__ = "0.1.54" +__version__ = "0.1.55"