Skip to content

chore(deps): update opentelemetry-instrumentation-langchain requirement from >=0.40b0 to >=0.61.0 in /python/instrumentation/openinference-instrumentation-openllmetry#26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/instrumentation/openinference-instrumentation-openllmetry/opentelemetry-instrumentation-langchain-gte-0.61.0
Open

chore(deps): update opentelemetry-instrumentation-langchain requirement from >=0.40b0 to >=0.61.0 in /python/instrumentation/openinference-instrumentation-openllmetry#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/instrumentation/openinference-instrumentation-openllmetry/opentelemetry-instrumentation-langchain-gte-0.61.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on opentelemetry-instrumentation-langchain to permit the latest version.

Release notes

Sourced from opentelemetry-instrumentation-langchain's releases.

0.61.0

v0.61.0 (2026-05-31)

Feat

  • sdk: expose use_legacy_attributes via Traceloop.init() (#4133)
  • bedrock: add async support for aioboto3 (#4135)
  • openai-agents: GenAI semconv compliance (#3837)

Fix

  • openai: instrument responses.parse() for structured-output tracing (#4198)
  • langchain,anthropic,groq,mistralai,bedrock,ollama,sagemaker,together: record exceptions and set ERROR status on failed spans (#4101)
  • vector-db: emit consistent embeddings_count, result_count, similarity attrs across Pinecone and Milvus (#1870) (#4156)
  • sdk: warn when both exporter and processor are passed to Traceloop.init() (#4137)
  • openai-agents: capture response.instructions as system prompt in generation spans (#4131)
  • openai-agents: emit cache_read.input_tokens and reasoning_tokens (#4130)
  • chromadb: emit one result event per document across all queries (#4105)
  • mcp: set error.type attribute on protocol-level tool errors (#4103)
  • sdk: replace deprecated Pydantic .json() and double-encoding .model_dump_json() in JSONEncoders (#4098)
  • chromadb,lancedb,weaviate,pinecone: record exceptions and set ERROR status on failed span (#4102)
  • langchain: remove orphaned context_api.attach() in on_chain_end (#4100)
  • langchain: use positional args for wrap_function_wrapper for wrapt v1/v2 compat, fix BaseChatOpenAI uninstrument (#4082)
  • langchain: handle ToolNode in create_react_agent tool iteration (#4081)
  • openai: remove redundant try/finally in ResponseStream close and aclose (#4080)
  • anthropic: prevent KeyError/IndexError in streaming tool use delta handler (#4079)
  • openai: guard against AsyncAPIResponse without .id in async responses wrapper (#4078)
  • anthropic: always set streaming token usage from API data (#3949) (#3976)
  • instrumentation: langchain association properties context cleanup (#4055)
  • evaluator: add reason to PII detector response (#4026)

[main 4643b882] bump: version 0.60.0 → 0.61.0 64 files changed, 93 insertions(+), 63 deletions(-)

Changelog

Sourced from opentelemetry-instrumentation-langchain's changelog.

v0.61.0 (2026-05-31)

Feat

  • sdk: expose use_legacy_attributes via Traceloop.init() (#4133)
  • bedrock: add async support for aioboto3 (#4135)
  • openai-agents: GenAI semconv compliance (#3837)

Fix

  • openai: instrument responses.parse() for structured-output tracing (#4198)
  • langchain,anthropic,groq,mistralai,bedrock,ollama,sagemaker,together: record exceptions and set ERROR status on failed spans (#4101)
  • vector-db: emit consistent embeddings_count, result_count, similarity attrs across Pinecone and Milvus (#1870) (#4156)
  • sdk: warn when both exporter and processor are passed to Traceloop.init() (#4137)
  • openai-agents: capture response.instructions as system prompt in generation spans (#4131)
  • openai-agents: emit cache_read.input_tokens and reasoning_tokens (#4130)
  • chromadb: emit one result event per document across all queries (#4105)
  • mcp: set error.type attribute on protocol-level tool errors (#4103)
  • sdk: replace deprecated Pydantic .json() and double-encoding .model_dump_json() in JSONEncoders (#4098)
  • chromadb,lancedb,weaviate,pinecone: record exceptions and set ERROR status on failed span (#4102)
  • langchain: remove orphaned context_api.attach() in on_chain_end (#4100)
  • langchain: use positional args for wrap_function_wrapper for wrapt v1/v2 compat, fix BaseChatOpenAI uninstrument (#4082)
  • langchain: handle ToolNode in create_react_agent tool iteration (#4081)
  • openai: remove redundant try/finally in ResponseStream close and aclose (#4080)
  • anthropic: prevent KeyError/IndexError in streaming tool use delta handler (#4079)
  • openai: guard against AsyncAPIResponse without .id in async responses wrapper (#4078)
  • anthropic: always set streaming token usage from API data (#3949) (#3976)
  • instrumentation: langchain association properties context cleanup (#4055)
  • evaluator: add reason to PII detector response (#4026)

v0.60.0 (2026-04-19)

Feat

  • llamaindex: Instrumentation adjustment for Otel GenAI semconv support (#3979)

Fix

  • groq: align instrumentation with OTel GenAI semconv v1.40.0 (#4010)

v0.59.2 (2026-04-16)

Fix

  • traceloop-sdk: avoid calling async json methods in JSONEncoder (#3968)

v0.59.1 (2026-04-15)

Fix

... (truncated)

Commits
  • 4643b88 bump: version 0.60.0 → 0.61.0
  • 375a4d5 fix(openai): instrument responses.parse() for structured-output tracing (#4198)
  • b39151b feat(sdk): expose use_legacy_attributes via Traceloop.init() (#4133)
  • d6c991c fix(langchain,anthropic,groq,mistralai,bedrock,ollama,sagemaker,together): re...
  • 009f13f fix(vector-db): emit consistent embeddings_count, result_count, similarity at...
  • 5a061d1 fix(sdk): warn when both exporter and processor are passed to Traceloop.init(...
  • 62b56ed feat(bedrock): add async support for aioboto3 (#4135)
  • 709c825 fix(openai-agents): capture response.instructions as system prompt in generat...
  • 6670e70 fix(openai-agents): emit cache_read.input_tokens and reasoning_tokens (#4130)
  • 12bdd62 fix(chromadb): emit one result event per document across all queries (#4105)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [opentelemetry-instrumentation-langchain](https://github.com/traceloop/openllmetry) to permit the latest version.
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.40.0...0.61.0)

---
updated-dependencies:
- dependency-name: opentelemetry-instrumentation-langchain
  dependency-version: 0.61.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants