Skip to content

chore: bump direct Go dependencies#2918

Merged
dgageot merged 6 commits into
docker:mainfrom
dgageot:board/0fb8b8873d5d8367
May 29, 2026
Merged

chore: bump direct Go dependencies#2918
dgageot merged 6 commits into
docker:mainfrom
dgageot:board/0fb8b8873d5d8367

Conversation

@dgageot
Copy link
Copy Markdown
Member

@dgageot dgageot commented May 28, 2026

This PR bumps 11 direct Go dependencies to their latest versions. All changes have been validated with task lint and task test.

Module From To Status
github.com/alecthomas/chroma/v2 v2.25.0 v2.26.0 bumped
github.com/anthropics/anthropic-sdk-go v1.45.0 v1.46.0 bumped
github.com/aws/smithy-go v1.25.1 v1.26.0 bumped
github.com/pb33f/libopenapi v0.37.1 v0.37.2 bumped
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 v0.69.0 bumped
go.opentelemetry.io/otel v1.43.0 v1.44.0 bumped
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 v1.44.0 bumped
go.opentelemetry.io/otel/sdk v1.43.0 v1.44.0 bumped
go.opentelemetry.io/otel/trace v1.43.0 v1.44.0 bumped
google.golang.org/adk v1.2.0 v1.3.0 skipped — staticcheck deprecation: server/adka2a now requires migration to server/adka2a/v2
modernc.org/sqlite v1.50.1 v1.51.0 bumped

The five go.opentelemetry.io/* modules are bumped together in a single commit because they are released as a coordinated set. Bumping otelhttp v0.69.0 transitively requires all of them at v1.44.0. The semconv import in cmd/root/otel.go (and its test) was updated from v1.40.0 to v1.41.0 to match what otel v1.44.0 ships, which also fixed a runtime "conflicting Schema URL" failure in TestNewOTelResourceUsesCurrentSchemaURL.

The google.golang.org/adk v1.3.0 bump was reverted. The new release deprecates server/adka2a in favor of server/adka2a/v2, which our project lints as an error. That migration is non-trivial and out of scope for a routine bump.

dgageot added 6 commits May 28, 2026 19:10
….44.0

Bumps:
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from v0.68.0 to v0.69.0
- go.opentelemetry.io/otel from v1.43.0 to v1.44.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from v1.43.0 to v1.44.0
- go.opentelemetry.io/otel/sdk from v1.43.0 to v1.44.0
- go.opentelemetry.io/otel/trace from v1.43.0 to v1.44.0

Also updates the semconv import to v1.41.0 to match the version provided by otel v1.44.0.

Assisted-By: docker-agent
@dgageot dgageot requested a review from a team as a code owner May 28, 2026 17:24
Copy link
Copy Markdown

@docker-agent docker-agent 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 PR correctly bumps 11 direct Go dependencies. The semconv migration from v1.40.0 to v1.41.0 in cmd/root/otel.go and cmd/root/otel_test.go is applied correctly and resolves the runtime "conflicting Schema URL" failure. All five coordinated OTel packages are consistently versioned at v1.44.0. The new go.sum entry for go.opentelemetry.io/otel/metric/x v0.66.0 is valid (transitive dependency — standard go mod tidy output). The grpc exporter packages at v1.40.0 are pre-existing indirect dependencies unchanged by this PR. No issues found in the changed code.

@aheritier aheritier added dependencies Pull requests that update a dependency file kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) area/agent For work that has to do with the general agent loop/agentic features of the app labels May 28, 2026
kemalaysegulonay-del

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/agent For work that has to do with the general agent loop/agentic features of the app dependencies Pull requests that update a dependency file kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants