feat: add uv-based BYOL path for existing Langfuse users#8
Merged
Conversation
Adds support for users who already run Langfuse to skip Docker setup and use `uv run` for isolated dependency management instead of pip. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shrwnsan
added a commit
to shrwnsan/claude-code-langfuse-template
that referenced
this pull request
Mar 5, 2026
- Mark SQL injection, password exposure, command injection as NOT FIXED - Mark input validation gaps as NOT FIXED - Add Issue doneyli#8: sensitive data in queue files (file permissions) - Update executive summary and verification checklist - Clarify that fixes were documented but NOT applied to code - Update next steps to reflect actual pending work Co-authored-by: GLM <zai-org@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pyproject.tomlfor proper Python packaging with pinnedlangfuse>=3.0,<4.0settings-examples/global-settings-uv.jsonwithuv runcommand ready to copyCloses #3
Test plan
test_hook_unit.py)test_syntax.sh)pyproject.tomlvalidates as valid TOMLglobal-settings-uv.jsonvalidates as valid JSONuv run --with 'langfuse>=3.0,<4.0' --python 3.12 hooks/langfuse_hook.pyexecutes without import errors🤖 Generated with Claude Code