Skip to content

Move CLI dependencies to optional install group #1538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Move CLI dependencies to optional install group

Description

This PR moves CLI dependencies (Rich and typer) to an optional install group to address issue #1512. This resolves compatibility issues with libraries like browseruse that require a different version of Rich (>=14.0, while instructor requires <14.0).

Changes

  • Moved typer and rich from main dependencies to a new optional dependency group 'cli'
  • Added error handling for when CLI dependencies are not installed
  • Updated README with instructions on how to install with CLI support

Fixes #1512

Link to Devin run: https://app.devin.ai/sessions/b9ecc50143264736adb66513335812b1
Requested by: Jason Liu (work@jxnl.co)

Co-Authored-By: Jason Liu <jason@jxnl.co>
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link

cloudflare-workers-and-pages bot commented May 16, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
instructor 2062d16 Visit preview May 16 2025, 10:59 PM

@github-actions github-actions bot added dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation size:M This PR changes 30-99 lines, ignoring generated files. labels May 16, 2025
devin-ai-integration bot and others added 3 commits May 16, 2025 22:42
Co-Authored-By: Jason Liu <jason@jxnl.co>
Co-Authored-By: Jason Liu <jason@jxnl.co>
Co-Authored-By: Jason Liu <jason@jxnl.co>
Copy link
Contributor Author

Closing due to inactivity for more than 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move CLI dependencies behind optional install group
0 participants