Skip to content

Conversation

@cyyeh
Copy link
Member

@cyyeh cyyeh commented Aug 14, 2025

Summary by CodeRabbit

  • Chores
    • Simplified dependency configuration by switching to the base litellm package (no optional extras).
    • Streamlines installation and reduces unnecessary components pulled in by optional extras.
    • No changes to user-facing functionality are expected.

@cyyeh cyyeh marked this pull request as ready for review August 14, 2025 03:10
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 14, 2025

Walkthrough

Updated wren-ai-service/pyproject.toml to remove the litellm "proxy" extra, keeping the version at ^1.75.2.

Changes

Cohort / File(s) Summary
Dependency update
wren-ai-service/pyproject.toml
Changed litellm dependency from {extras = ["proxy"], version = "^1.75.2"} to ^1.75.2 (base package only).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

wren-ai-service

Suggested reviewers

  • yichieh-lu

Poem

I nibbled on deps with careful delight,
Plucked “proxy” petals—kept the core tight.
Hop hop, tidy lock, clean as can be,
Version still steady at seventy-five-three.
In the package garden, I prune with glee. 🐇✨

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/ai-service/update-deps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@cyyeh cyyeh merged commit 52cafbf into main Aug 14, 2025
8 of 9 checks passed
@cyyeh cyyeh deleted the chore/ai-service/update-deps branch August 14, 2025 03:13
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
wren-ai-service/pyproject.toml (1)

36-36: Action: confirm removal of litellm[proxy] extra — repo search found no in-repo proxy usage, but verify ops/runtime artifacts

Short summary:

  • I searched the repo for litellm.proxy imports and CLI invocations — no occurrences found.
  • External lookup shows litellm[proxy] adds many server/infra deps (e.g., fastapi, uvicorn, redis, boto3, httpx, websockets) and enables the OpenAI‑compatible proxy/management features.

Files/places to double-check (recommended):

  • wren-ai-service/pyproject.toml — verify the litellm line is intentionally without extras:
    litellm = "^1.75.2"
    
  • Ops/runtime artifacts and build steps that may be outside source files or injected at build time:
    • Dockerfiles / docker-compose.yml / container entrypoints
    • Makefiles, shell scripts, README/deployment docs
    • CI workflows (.github/workflows) and image build pipelines
    • Kubernetes manifests or other deploy manifests
  • Any runtime code that expects proxy features (key management, admin UI, OpenAI‑compatible gateway, caching/queue integrations).

Suggested actions:

  • If the proxy features are required at runtime, re-add litellm[proxy] or explicitly list the needed packages (fastapi/uvicorn/redis/etc.) in pyproject.
  • If not required, no code change needed beyond confirming the ops artifacts noted above.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1e3ae49 and a569592.

⛔ Files ignored due to path filters (1)
  • wren-ai-service/poetry.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • wren-ai-service/pyproject.toml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Analyze (go)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants