Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps traceloop-sdk from 0.40.4 to 0.48.1.

Release notes

Sourced from traceloop-sdk's releases.

0.48.1

v0.48.1 (2025-11-17)

Fix

  • openai: safe handle None tools value in responses api (#3447)
  • mcp: move exporter dependency to dev and test environment (#3445)

[main da7ec49b] bump: version 0.48.0 → 0.48.1 60 files changed, 66 insertions(+), 59 deletions(-)

0.48.0

v0.48.0 (2025-11-11)

Feat

  • instrumentation: updated GenAI attributes to use OTel's (#3138)

Fix

  • openai: add streaming support for responses.create() api (#3437)
  • bedrock: handle non-text contentBlockDelta events in converse_stream (#3404)
  • openai-agents: span attribute handling for tool calls and results (#3422)
  • watson: collect prompt content and set as span attribute (#3417)

[main 8b91ed74] bump: version 0.47.5 → 0.48.0 60 files changed, 72 insertions(+), 59 deletions(-)

0.47.5

v0.47.5 (2025-10-24)

Fix

  • google-genai: make streaming responses work (again) (#3421)
  • langchain: changed dictionary access from spans[run_id] to spans.get(run_id) (#3403)

[main a693d396] bump: version 0.47.4 → 0.47.5 60 files changed, 66 insertions(+), 59 deletions(-)

0.47.4

v0.47.4 (2025-10-22)

Fix

  • fastmcp: Remote MCP instrumentation (#3419)

[main c144774b] bump: version 0.47.3 → 0.47.4 60 files changed, 65 insertions(+), 59 deletions(-)

0.47.3

... (truncated)

Changelog

Sourced from traceloop-sdk's changelog.

v0.48.1 (2025-11-17)

Fix

  • openai: safe handle None tools value in responses api (#3447)
  • mcp: move exporter dependency to dev and test environment (#3445)

v0.48.0 (2025-11-11)

Feat

  • instrumentation: updated GenAI attributes to use OTel's (#3138)

Fix

  • openai: add streaming support for responses.create() api (#3437)
  • bedrock: handle non-text contentBlockDelta events in converse_stream (#3404)
  • openai-agents: span attribute handling for tool calls and results (#3422)
  • watson: collect prompt content and set as span attribute (#3417)

v0.47.5 (2025-10-24)

Fix

  • google-genai: make streaming responses work (again) (#3421)
  • langchain: changed dictionary access from spans[run_id] to spans.get(run_id) (#3403)

v0.47.4 (2025-10-22)

Fix

  • fastmcp: Remote MCP instrumentation (#3419)

v0.47.3 (2025-09-21)

Fix

  • openai-agents: propagate gen_ai.agent.name through an agent flow + set workflow name to fast mcp (#3388)

v0.47.2 (2025-09-17)

Fix

  • mcp: add mcp.server parent span wrapper for FastMCP tool calls (#3382)

v0.47.1 (2025-09-14)

Fix

  • mcp: better instrumentation for FastMCP (#3372)

... (truncated)

Commits
  • da7ec49 bump: version 0.48.0 → 0.48.1
  • 204be3e fix(openai): safe handle None tools value in responses api (#3447)
  • b5d265e fix(mcp): move exporter dependency to dev and test environment (#3445)
  • 8b91ed7 bump: version 0.47.5 → 0.48.0
  • d0cd7e9 fix(openai): add streaming support for responses.create() api (#3437)
  • 3468985 docs: updated README with Scorecard integration (#3434)
  • cf28145 fix(bedrock): handle non-text contentBlockDelta events in converse_stream (#3...
  • 4c13c34 feat(instrumentation): updated GenAI attributes to use OTel's (#3138)
  • 049f7e3 fix(openai-agents): span attribute handling for tool calls and results (#3422)
  • b01af56 fix(watson): collect prompt content and set as span attribute (#3417)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [traceloop-sdk](https://github.com/traceloop/openllmetry) from 0.40.4 to 0.48.1.
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.40.4...0.48.1)

---
updated-dependencies:
- dependency-name: traceloop-sdk
  dependency-version: 0.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 17, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2025

Superseded by #449.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/pip/traceloop-sdk-0.48.1 branch November 24, 2025 21:29
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.

1 participant