mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #603] [MERGED] Fixed bug when traceloop observability is chosen but does not install the latest version #627
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:sk/bugfix-traceloop📝 Commits (4)
ee5dd7dFixed bug when traceloop observability is chosen but does not install the latest versionaf2927fMerge branch 'main' into sk/bugfix-traceloop93548d9Merge branch 'main' into sk/bugfix-traceloope9123eeMerge 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
observabilityargument was not being passed, which was leading totraceloop-sdknot being automatically installedtraceloop-sdkversion is being limited to: version: ">=0.15.11,<0.16.0". This version relies on legacy version ofllama-indexcausing failures when dev servers are started using :uv run devSummary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.