Skip to content

chore(deps): bump the python-opentelemetry group across 1 directory with 5 updates#1831

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/python-opentelemetry-3551489835
Open

chore(deps): bump the python-opentelemetry group across 1 directory with 5 updates#1831
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/python-opentelemetry-3551489835

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the python-opentelemetry group with 1 update in the /python directory: opentelemetry-instrumentation-openai.

Updates opentelemetry-instrumentation-openai from 0.52.5 to 0.61.0

Release notes

Sourced from opentelemetry-instrumentation-openai'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(-)

0.60.0

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)

[main 0cafba12] bump: version 0.59.2 → 0.60.0 64 files changed, 73 insertions(+), 63 deletions(-)

0.59.2

v0.59.2 (2026-04-16)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-openai'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

Updates opentelemetry-instrumentation-anthropic from 0.52.5 to 0.61.0

Release notes

Sourced from opentelemetry-instrumentation-anthropic'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(-)

0.60.0

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)

[main 0cafba12] bump: version 0.59.2 → 0.60.0 64 files changed, 73 insertions(+), 63 deletions(-)

0.59.2

v0.59.2 (2026-04-16)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-anthropic'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

Updates opentelemetry-instrumentation-google-generativeai from 0.52.5 to 0.61.0

Release notes

Sourced from opentelemetry-instrumentation-google-generativeai'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(-)

0.60.0

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)

[main 0cafba12] bump: version 0.59.2 → 0.60.0 64 files changed, 73 insertions(+), 63 deletions(-)

0.59.2

v0.59.2 (2026-04-16)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-google-generativeai'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

Updates opentelemetry-instrumentation-crewai from 0.47.3 to 0.61.0

Release notes

Sourced from opentelemetry-instrumentation-crewai'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(-)

0.60.0

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)

[main 0cafba12] bump: version 0.59.2 → 0.60.0 64 files changed, 73 insertions(+), 63 deletions(-)

0.59.2

v0.59.2 (2026-04-16)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-crewai'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

Updates opentelemetry-instrumentation-openai-agents from 0.52.5 to 0.60.0

Release notes

Sourced from opentelemetry-instrumentation-openai-agents's releases.

0.60.0

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)

[main 0cafba12] bump: version 0.59.2 → 0.60.0 64 files changed, 73 insertions(+), 63 deletions(-)

0.59.2

v0.59.2 (2026-04-16)

Fix

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

[main a9f5e2d3] bump: version 0.59.1 → 0.59.2 64 files changed, 69 insertions(+), 63 deletions(-)

0.59.1

v0.59.1 (2026-04-15)

Fix

  • langchain: detach existing SpanHolder token before overwrite in _create_llm_span (#3958)

[main 25189adc] bump: version 0.59.0 → 0.59.1 64 files changed, 69 insertions(+), 63 deletions(-)

0.59.0

v0.59.0 (2026-04-13)

Feat

  • traceloop-sdk: Add guardrails (#3649)

[main b80f109b] bump: version 0.58.1 → 0.59.0 64 files changed, 69 insertions(+), 63 deletions(-)

0.58.1

v0.58.1 (2026-04-12)

Fix

  • evaluators: update route api (#3977)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-openai-agents's changelog.

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

  • langchain: detach existing SpanHolder token before overwrite in _create_llm_span (#3958)

v0.59.0 (2026-04-13)

Feat

  • traceloop-sdk: Add guardrails (#3649)

v0.58.1 (2026-04-12)

Fix

  • evaluators: update route api (#3977)

v0.58.0 (2026-04-09)

Feat

  • gemini: migrate google-generativeai to latest OTel GenAI semantic conventions (#3840)

v0.57.0 (2026-03-30)

Feat

  • bedrock: Instrumentation adjustment for Otel GenAI semconv support (#3845)

v0.56.1 (2026-03-30)

Fix

... (truncated)

Commits
  • 0cafba1 bump: version 0.59.2 → 0.60.0
  • 4c6d274 fix(groq): align instrumentation with OTel GenAI semconv v1.40.0 (#4010)
  • dcd5cb0 feat(llamaindex): Instrumentation adjustment for Otel GenAI semconv support ...
  • a9f5e2d bump: version 0.59.1 → 0.59.2
  • 785d9dc fix(traceloop-sdk): avoid calling async json methods in JSONEncoder (#3968)
  • 25189ad bump: version 0.59.0 → 0.59.1
  • 976eef3 fix(langchain): detach existing SpanHolder token before overwrite in create...
  • b80f109 bump: version 0.58.1 → 0.59.0
  • c4602f6 feat(traceloop-sdk): Add guardrails (#3649)
  • cb9b6f1 fix(openai, Anthropic) fixed finish_reasons Otel semconv compliance gaps. (#3...
  • Additional commits viewable in compare view

Copilot AI review requested due to automatic review settings May 11, 2026 09:45
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot review requested due to automatic review settings May 11, 2026 09:45
@dependabot dependabot Bot changed the title chore(deps): bump the python-opentelemetry group in /python with 5 updates chore(deps): bump the python-opentelemetry group across 1 directory with 5 updates May 18, 2026
Copilot AI review requested due to automatic review settings May 18, 2026 12:06
@dependabot dependabot Bot force-pushed the dependabot/uv/python/python-opentelemetry-3551489835 branch from 45f58df to 28440eb Compare May 18, 2026 12:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@dependabot dependabot Bot force-pushed the dependabot/uv/python/python-opentelemetry-3551489835 branch from 28440eb to 99102d0 Compare May 18, 2026 19:53
@dependabot dependabot Bot force-pushed the dependabot/uv/python/python-opentelemetry-3551489835 branch from 99102d0 to c0ad5a1 Compare May 19, 2026 21:28
@dependabot dependabot Bot force-pushed the dependabot/uv/python/python-opentelemetry-3551489835 branch from c0ad5a1 to 73055b0 Compare May 25, 2026 10:58
@dependabot dependabot Bot force-pushed the dependabot/uv/python/python-opentelemetry-3551489835 branch from 73055b0 to 91b81a3 Compare May 27, 2026 16:41
…ith 5 updates

Bumps the python-opentelemetry group with 1 update in the /python directory: [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry).


Updates `opentelemetry-instrumentation-openai` from 0.52.5 to 0.61.0
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.52.5...0.61.0)

Updates `opentelemetry-instrumentation-anthropic` from 0.52.5 to 0.61.0
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.52.5...0.61.0)

Updates `opentelemetry-instrumentation-google-generativeai` from 0.52.5 to 0.61.0
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.52.5...0.61.0)

Updates `opentelemetry-instrumentation-crewai` from 0.47.3 to 0.61.0
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.47.3...0.61.0)

Updates `opentelemetry-instrumentation-openai-agents` from 0.52.5 to 0.60.0
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.52.5...0.60.0)

---
updated-dependencies:
- dependency-name: opentelemetry-instrumentation-anthropic
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-opentelemetry
- dependency-name: opentelemetry-instrumentation-crewai
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-opentelemetry
- dependency-name: opentelemetry-instrumentation-google-generativeai
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-opentelemetry
- dependency-name: opentelemetry-instrumentation-openai
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-opentelemetry
- dependency-name: opentelemetry-instrumentation-openai-agents
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-opentelemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/python/python-opentelemetry-3551489835 branch from 91b81a3 to 904e44a Compare June 1, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant