Skip to content

fix(deps): broken goose/goose-cli build on main#6911

Merged
lifeizhou-ap merged 1 commit intoblock:mainfrom
rabi:build
Feb 3, 2026
Merged

fix(deps): broken goose/goose-cli build on main#6911
lifeizhou-ap merged 1 commit intoblock:mainfrom
rabi:build

Conversation

@rabi
Copy link
Contributor

@rabi rabi commented Feb 3, 2026

Summary

The multipart_post function added in commit 2661454 uses reqwest::multipart::Form, which requires the multipart feature. This was masked in CI because goose-server already enables it, and Cargo's feature unification made workspace builds pass. However, building goose or goose-cli in isolation fails.

Type of Change

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

The multipart_post function added in commit 2661454 uses
reqwest::multipart::Form, which requires the multipart feature.
This was masked in CI because goose-server already enables it,
and Cargo's feature unification made workspace builds pass.
However, building goose or goose-cli in isolation fails.

Signed-off-by: rabi <ramishra@redhat.com>
@lifeizhou-ap lifeizhou-ap added this pull request to the merge queue Feb 3, 2026
@rabi rabi changed the title fixi(deps): broken goose/goose-cli build on main fix(deps): broken goose/goose-cli build on main Feb 3, 2026
Merged via the queue into block:main with commit e32e117 Feb 3, 2026
17 checks passed
stebbins pushed a commit to stebbins/goose that referenced this pull request Feb 4, 2026
Signed-off-by: rabi <ramishra@redhat.com>
Signed-off-by: Harrison <hcstebbins@gmail.com>
lifeizhou-ap pushed a commit that referenced this pull request Feb 6, 2026
Signed-off-by: rabi <ramishra@redhat.com>
kuccello pushed a commit to kuccello/goose that referenced this pull request Feb 7, 2026
Signed-off-by: rabi <ramishra@redhat.com>
Tyler-Hardin pushed a commit to Tyler-Hardin/goose that referenced this pull request Feb 11, 2026
Signed-off-by: rabi <ramishra@redhat.com>
Tyler-Hardin pushed a commit to Tyler-Hardin/goose that referenced this pull request Feb 11, 2026
Signed-off-by: rabi <ramishra@redhat.com>
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.

2 participants

Comments