[PR #603] [MERGED] Fixed bug when traceloop observability is chosen but does not install the latest version #627

Closed
opened 2026-02-15 20:15:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/603
Author: @diningPhilosopher64
Created: 5/9/2025
Status: Merged
Merged: 5/20/2025
Merged by: @marcusschiesser

Base: mainHead: sk/bugfix-traceloop


📝 Commits (4)

  • ee5dd7d Fixed bug when traceloop observability is chosen but does not install the latest version
  • af2927f Merge branch 'main' into sk/bugfix-traceloop
  • 93548d9 Merge branch 'main' into sk/bugfix-traceloop
  • e9123ee Merge branch 'main' into sk/bugfix-traceloop

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 packages/create-llama/helpers/python.ts (+2 -1)

📄 Description

Fixes issue #602

Summary of changes

  • The observability argument was not being passed, which was leading to traceloop-sdk not being automatically installed
  • The traceloop-sdk version is being limited to: version: ">=0.15.11,<0.16.0". This version relies on legacy version of llama-index causing failures when dev servers are started using : uv run dev
  • Removed the version limiting it from installing the latest version.

Summary by CodeRabbit

  • Chores
    • Updated dependency version handling to allow for newer versions of "traceloop-sdk".
    • Improved support for observability options when setting up Python templates.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/603 **Author:** [@diningPhilosopher64](https://github.com/diningPhilosopher64) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `sk/bugfix-traceloop` --- ### 📝 Commits (4) - [`ee5dd7d`](https://github.com/run-llama/create-llama/commit/ee5dd7d56f9992f88b4b6ba527399ceb503aa349) Fixed bug when traceloop observability is chosen but does not install the latest version - [`af2927f`](https://github.com/run-llama/create-llama/commit/af2927fe140c11517507a55ed040786a64f4b56d) Merge branch 'main' into sk/bugfix-traceloop - [`93548d9`](https://github.com/run-llama/create-llama/commit/93548d9db335da647cdc55c7e188fc6f32f35b90) Merge branch 'main' into sk/bugfix-traceloop - [`e9123ee`](https://github.com/run-llama/create-llama/commit/e9123ee590e714662863419e3abdcf57ade072d3) Merge branch 'main' into sk/bugfix-traceloop ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/create-llama/helpers/python.ts` (+2 -1) </details> ### 📄 Description Fixes issue #602 ### Summary of changes * The `observability` argument was not being passed, which was leading to `traceloop-sdk` not being automatically installed * The `traceloop-sdk` version is being limited to: version: ">=0.15.11,<0.16.0". This version relies on legacy version of `llama-index` causing failures when dev servers are started using : `uv run dev` * Removed the version limiting it from installing the latest version. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated dependency version handling to allow for newer versions of "traceloop-sdk". - Improved support for observability options when setting up Python templates. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:37 -05:00
yindo closed this issue 2026-02-15 20:15:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#627