Skip to content

chore: update charm.sh/fantasy - #253

Closed
Cali0707 wants to merge 1 commit into
mcpchecker:mainfrom
Cali0707:update-fantasy-20260320
Closed

chore: update charm.sh/fantasy#253
Cali0707 wants to merge 1 commit into
mcpchecker:mainfrom
Cali0707:update-fantasy-20260320

Conversation

@Cali0707

@Cali0707 Cali0707 commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

This PR bumps charm.sh/fantasy to fix anthropic credentials

Summary by CodeRabbit

  • Chores
    • Updated Go module dependencies to newer versions, including cloud services, observability tools, and third-party libraries.
    • Replaced OpenAI library implementation and added UUID support.

Signed-off-by: Calum Murray <cmurray@redhat.com>
@Cali0707
Cali0707 requested a review from a team as a code owner March 20, 2026 14:31
@coderabbitai

coderabbitai Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

Go module dependencies in go.mod were updated, including bumping charm.land/fantasy to v0.15.1, removing direct OpenAI library dependency while adding Charmbracelet's OpenAI implementation, upgrading OpenTelemetry packages to newer versions, and updating Google Cloud and AWS SDK dependencies to their latest patch/minor versions.

Changes

Cohort / File(s) Summary
Go Module Dependencies
go.mod
Bumped multiple dependencies: charm.land/fantasy (v0.12.3v0.15.1), OpenTelemetry packages (v0.65.0/v1.40.0v0.67.0/v1.42.0), AWS SDK modules, and Google Cloud APIs. Replaced github.com/openai/openai-go (v2 & v3) with github.com/charmbracelet/openai-go. Added github.com/google/uuid v1.6.0. Updated golang.org/x/* modules and certificate proxy packages.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 Our dependencies grow, with versions we know,
From v-this to v-that, our updates do flow,
OpenAI swapped for Charmbracelet's way,
UUID and telemetry now lead the way,
A cleaner go.mod, we hop and we play! 🌟

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: update charm.sh/fantasy' directly and accurately summarizes the main change—updating the charm.sh/fantasy dependency from v0.12.3 to v0.15.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

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

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@go.mod`:
- Line 152: go.mod currently pins google.golang.org/grpc at v1.79.2 which is
vulnerable; update the module requirement for google.golang.org/grpc to v1.79.3
or a newer non-vulnerable release and keep it explicitly constrained in go.mod.
Locate the dependency entry for google.golang.org/grpc (v1.79.2) and replace it
with v1.79.3+; then run the module update (e.g., go get
google.golang.org/grpc@v1.79.3) and go mod tidy to ensure the lockfile is
consistent, and run tests/build to verify nothing breaks. Ensure the updated
version remains listed in go.mod so the fix is explicit.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1f2df97a-936f-48eb-b035-d5f3945cb89b

📥 Commits

Reviewing files that changed from the base of the PR and between bdfacdf and dfed2b5.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod
@Cali0707
Cali0707 requested review from matzew and nader-ziada March 20, 2026 15:03
@Cali0707

Copy link
Copy Markdown
Contributor Author

Closing as superceded by #256

@Cali0707 Cali0707 closed this Mar 23, 2026
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.

1 participant