fix https://github.com/volcengine/OpenViking/issues/477#503
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
The Two concerns worth addressing: 1. pyproject.toml change may introduce a circular dependency The new bot-full = ["openviking[bot,bot-langfuse,...]"]This is a self-referential extra, which PEP 508 doesn't support within the same package — most package managers (pip, uv) will either raise an error or silently ignore it. This change should either be reverted to the original flat list, or tracked as a separate PR with proper testing. 2. The two changes should be separate PRs The Suggestion: split into two PRs — one minimal bug fix (just the |
Description
fix #477
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes