chore(deps): consolidated dependency refresh#2503
Closed
devarismeroxa wants to merge 1 commit into
Closed
Conversation
…abot PRs) Bumps the main module's outstanding dependency updates in one green, tidied change instead of merging several behind-main dependabot PRs whose CI was failing only on stale lint/generated-file checks. Direct: - google.golang.org/grpc 1.80.0 -> 1.81.0 (#2495) - github.com/grpc-ecosystem/grpc-gateway/v2 2.28.0 -> 2.29.0 (#2486) Indirect (security / transitive): - golang.org/x/net 0.49.0 -> 0.55.0 (#2501) - github.com/jackc/pgx/v5 5.7.5 -> 5.9.2 (#2490) - github.com/apache/thrift 0.16.0 -> 0.23.0 (#2496) - go.opentelemetry.io/otel 1.41 -> 1.43, golang.org/x/crypto 0.47 -> 0.51, and related golang.org/x updates pulled transitively. Raises the go directive 1.24.2 -> 1.25.0: forced by grpc 1.81, x/net 0.55, otel 1.43, and grpc-gateway 2.29, which all now require go 1.25. Not included (handled separately): - cohere-go 2.14.1 -> 2.18.0 (#2448): breaking API change (UserMessage, V2RerankRequest.ReturnDocuments) requiring a code migration in the cohere builtin processor. - tools-module x/crypto/x/net/docker-cli bumps (#2411/#2440/#2500): indirect dev-tooling deps reverted by `go mod tidy`; not in the shipped binary. Verified: go build ./..., go vet, and unit tests for http/schemaregistry/ foundation all pass; go mod verify clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing this. Investigation showed the premise (a simple consolidated dependency refresh) doesn't hold: every current version of the core deps (grpc, grpc-gateway, x/net, otel, pgx, thrift) now declares That's a deliberate Go 1.25 upgrade, not a routine refresh, so it's tracked properly in #2506 (with the full diagnosis, toolchain versions, and the list of surfaced fixes). The dependabot go.mod PRs this was meant to supersede will be resolved by that upgrade. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the main module's outstanding dependency updates in one green, tidied change instead of merging several behind-main dependabot PRs whose CI was failing only on stale lint/generated-file checks.
Direct
google.golang.org/grpc1.80.0 → 1.81.0 (supersedes go.mod: bump google.golang.org/grpc from 1.80.0 to 1.81.0 #2495)github.com/grpc-ecosystem/grpc-gateway/v22.28.0 → 2.29.0 (supersedes go.mod: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.28.0 to 2.29.0 #2486)Indirect (security / transitive)
golang.org/x/net0.49.0 → 0.55.0 (supersedes go.mod: bump golang.org/x/net from 0.49.0 to 0.55.0 #2501)github.com/jackc/pgx/v55.7.5 → 5.9.2 (supersedes go.mod: bump github.com/jackc/pgx/v5 from 5.7.5 to 5.9.2 #2490)github.com/apache/thrift0.16.0 → 0.23.0 (supersedes go.mod: bump github.com/apache/thrift from 0.16.0 to 0.23.0 #2496)go.opentelemetry.io/otel1.41 → 1.43,golang.org/x/crypto0.47 → 0.51, and relatedgolang.org/xupdates pulled transitively.Notable: go directive 1.24.2 → 1.25.0
Forced by grpc 1.81, x/net 0.55, otel 1.43, and grpc-gateway 2.29, which all now require go 1.25. This raises the minimum Go to build Conduit — flagging for visibility.
Deliberately excluded (handled separately)
cohere.UserMessage,V2RerankRequest.ReturnDocuments) requiring a code migration in the cohere builtin processor. That's why go.mod: bump github.com/cohere-ai/cohere-go/v2 from 2.14.1 to 2.18.0 #2448'stestcheck genuinely fails, unlike the stale-lint failures on the others.// indirectdev-tooling deps thatgo mod tidyreverts and that aren't in the shipped binary; the main-module x/net bump above already covers the shipped-binary exposure.Verification
go build ./...,go vet, and unit tests forpkg/http,pkg/schemaregistry,pkg/foundationall pass;go mod verifyclean.Risk tier
Tier 3 (deps). Automated gates apply.
🤖 Generated with Claude Code