Skip to content

Conversation

@michaelneale
Copy link
Collaborator

  • Removed unused dependencies:
    • lazy_static (replaced with once_cell)
    • paste (not used)
    • ctor (not used)
    • dotenv (not used)
    • wiremock from main dependencies (kept in dev-dependencies)
    • futures-util (functionality already in futures)

Also updated code to use once_cell instead of lazy_static and futures::stream::StreamExt instead of futures_util::stream::StreamExt.

- Removed unused dependencies:
  - lazy_static (replaced with once_cell)
  - paste (not used)
  - ctor (not used)
  - dotenv (not used)
  - wiremock from main dependencies (kept in dev-dependencies)
  - futures-util (functionality already in futures)

Also updated code to use once_cell instead of lazy_static and futures::stream::StreamExt
instead of futures_util::stream::StreamExt.
@michaelneale michaelneale marked this pull request as ready for review June 24, 2025 04:32
* main:
  fix temporal build for windows (#3045)
  fix cron parsing for windows (#3044)
  feat: list Databricks-supported models and enable fuzzy search during model configuration (#3039)
  fix: update index when tool selection strategy changes (#2991)
  docs: Add "Add Recipe button" To Recipe Cookbook (#3038)
  fix: issue when parsing recipe parameters (#3031)
@jamadeo jamadeo merged commit 3bb5600 into main Jul 3, 2025
7 checks passed
@jamadeo jamadeo deleted the optimize/reduce-deps-simple branch July 3, 2025 13:39
lifeizhou-ap added a commit that referenced this pull request Jul 3, 2025
* main:
  chore: remove unused dependencies (#3049)
lifeizhou-ap added a commit that referenced this pull request Jul 4, 2025
* main:
  feat(goose-cli): theme persistence & selection (#1693)
  chore(release): release version 1.0.32 (#3248)
  Add fuzzy file search functionality (#3240)
  update styling of user messages (#3247)
  Add support for escape key to dismiss settings menu (#3225)
  fix: Refactor string truncation logic into reusable utility function to avoid panic (#2818) (#2819)
  fix: Prevent modal from closing on text select. (#3127)
  fix: Add back lazy_static (#3243)
  chore: remove unused dependencies (#3049)
  feat: Add close button (X) to toast notifications (#3197)
  Adds json schema validation to goose recipe validate cli (#3234)
atarantino pushed a commit to atarantino/goose that referenced this pull request Jul 14, 2025
s-soroosh pushed a commit to s-soroosh/goose that referenced this pull request Jul 18, 2025
kwsantiago pushed a commit to kwsantiago/goose that referenced this pull request Jul 19, 2025
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants