Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps traceloop-sdk from 0.40.4 to 0.47.5.

Release notes

Sourced from traceloop-sdk's releases.

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

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)

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

0.47.2

v0.47.2 (2025-09-17)

Fix

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

[main fd9626b4] bump: version 0.47.1 → 0.47.2 60 files changed, 65 insertions(+), 59 deletions(-)

0.47.1

v0.47.1 (2025-09-14)

Fix

  • mcp: better instrumentation for FastMCP (#3372)
  • anthropic: preserve streaming helper methods in instrumentation (#3377)
  • cohere: add v2 api instrumentation (#3378)
  • mistralai: instrumentation for version 1.9+ compatibility (#3376)

... (truncated)

Changelog

Sourced from traceloop-sdk's changelog.

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)
  • anthropic: preserve streaming helper methods in instrumentation (#3377)
  • cohere: add v2 api instrumentation (#3378)
  • mistralai: instrumentation for version 1.9+ compatibility (#3376)
  • sdk: dual bearer send via httpx (#3373)

v0.47.0 (2025-09-10)

Feat

  • writer: initial implementation (#3209)

Fix

  • crewai: Update CrewAI instrumentation name (#3363)
  • sample-app: Update google genai package (#3358)
  • traceloop-sdk: include telemetry SDK attributes in tracing (#3359)
  • sdk: get default span processor don't work without a base URL (#3360)

v0.46.2 (2025-08-29)

... (truncated)

Commits
  • a693d39 bump: version 0.47.4 → 0.47.5
  • cff77db fix(google-genai): make streaming responses work (again) (#3421)
  • 97cbcd9 fix(langchain): changed dictionary access from spans[run_id] to spans.get(run...
  • c144774 bump: version 0.47.3 → 0.47.4
  • da51012 fix(fastmcp): Remote MCP instrumentation (#3419)
  • e66894f docs: Add Langflow to README (#3357)
  • 09cd046 bump: version 0.47.2 → 0.47.3
  • 2add6a8 fix(openai-agents): propagate gen_ai.agent.name through an agent flow + set w...
  • fd9626b bump: version 0.47.1 → 0.47.2
  • 0535c6a fix(mcp): add mcp.server parent span wrapper for FastMCP tool calls (#3382)
  • 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.47.5.
- [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.47.5)

---
updated-dependencies:
- dependency-name: traceloop-sdk
  dependency-version: 0.47.5
  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 Oct 24, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 24, 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 11, 2025

Superseded by #441.

@dependabot dependabot bot closed this Nov 11, 2025
@dependabot dependabot bot deleted the dependabot/pip/traceloop-sdk-0.47.5 branch November 11, 2025 21:19
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