Skip to content

Bump dependencies#2185

Merged
dgageot merged 7 commits intodocker:mainfrom
dgageot:bump-dependencies-24
Mar 19, 2026
Merged

Bump dependencies#2185
dgageot merged 7 commits intodocker:mainfrom
dgageot:bump-dependencies-24

Conversation

@dgageot
Copy link
Member

@dgageot dgageot commented Mar 19, 2026

Module From To Status
github.com/a2aproject/a2a-go v0.3.9 v0.3.10 bumped
github.com/anthropics/anthropic-sdk-go v1.26.0 v1.27.1 bumped
github.com/google/go-containerregistry v0.21.2 v0.21.3 bumped
github.com/openai/openai-go/v3 v3.28.0 v3.29.0 bumped
github.com/yuin/goldmark v1.7.16 v1.7.17 bumped
google.golang.org/genai v1.50.0 v1.51.0 bumped
modernc.org/sqlite v1.46.1 v1.47.0 bumped

@dgageot dgageot requested a review from a team as a code owner March 19, 2026 19:12
Copy link

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

This dependency bump PR cleanly updates 7 Go modules, including the Anthropic SDK from v1.26.0 to v1.27.1. The code changes appropriately adapt to SDK API changes:

  • Type conversions removed: The SDK changed anthropic.Model usage patterns, and the code correctly removes unnecessary type conversions (Go allows passing base types to type aliases)
  • Constructor simplification: Replaced NewXXXParam() constructors with zero-value struct literals XXXParam{}, which is standard Go idiom when constructors provide no initialization logic
  • Type compatibility verified: All function signatures and parameter types remain compatible

All changes are in the diff and compile correctly. No bugs found.

@dgageot dgageot merged commit f8a2243 into docker:main Mar 19, 2026
8 checks passed
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