[golang-version](deps): Bump the golang-version-updates group across 1 directory with 2 updates - #19
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 14, 2026 15:12
a7ae560 to
2ff21be
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 15, 2026 15:10
2ff21be to
bb02778
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 16, 2026 15:11
bb02778 to
ab3bde5
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 17, 2026 15:08
ab3bde5 to
a2a210b
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
6 times, most recently
from
April 23, 2026 15:15
ae76b04 to
fd126b5
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 24, 2026 15:10
fd126b5 to
2a7d98b
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 27, 2026 18:58
2a7d98b to
27079dc
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 29, 2026 15:13
ad6db25 to
b029b33
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
April 30, 2026 15:12
b029b33 to
eedfbe7
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
May 1, 2026 18:11
eedfbe7 to
ec3f1aa
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
May 4, 2026 19:30
ec3f1aa to
17c379e
Compare
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
May 7, 2026 15:24
17c379e to
7be6b5f
Compare
…1 directory with 2 updates Bumps the golang-version-updates group with 2 updates in the /coordinator directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.8.0...v5.9.2) Updates `golang.org/x/crypto` from 0.49.0 to 0.51.0 - [Commits](golang/crypto@v0.49.0...v0.51.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-version-updates - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
from
May 15, 2026 15:16
7be6b5f to
b7fc1f8
Compare
Contributor
Author
|
Looks like these dependencies are no longer a dependency, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
branch
May 19, 2026 00:47
Gajesh2007
added a commit
that referenced
this pull request
May 24, 2026
…206) mlx-swift: 49d73abc -> 5202134c (+4 commits) - Expose Cmlx product + enable jaccl distributed backend (PR #2) - ParallelFileReader batch_size 32 MiB -> 128 MiB (PR #1) mlx-swift-lm: 8d1cbcd8 -> d164323f (+38 commits) - PR #7: omlx-continuous-batching (BatchedEngine, vLLM-inspired scheduler) - PR #10: MTP speculative decoding (Qwen3.5, Gemma 4, DeepSeek-V4) - PR #19: parallel stacked shard loading - PR #20: Gemma 4 chat templates + tool calls fix API surface used by provider-swift (ModelContainer, LLMModelFactory, BatchGenerator, GenerationBatchResponse, RowSampler, makeRowSampler, LanguageModel, Tokenizer, BatchKVCache, Generation, GenerateStopReason, UserInput, GenerateParameters) is unchanged. All new work in mlx-swift-lm is additive (MTP, DeepSeek-V4, BatchedEngine, parallel shard loading). Notes on the dependency graph: - mlx-swift-lm main switched its mlx-swift dep from path to URL (Layr-Labs/mlx-swift#main). SPM identity resolution gives root-package path deps priority, so libs/mlx-swift remains the source of truth (verified via swift package show-dependencies). - mlx-swift-lm main added hummingbird >= 2.0.0 and swift-transformers >= 1.3.2 for its new mlx-server target. Both compatible with provider-swift's existing pins (hummingbird exact 2.22.0, swift-transformers from 1.3.0). Verification: - swift build: clean (only pre-existing MLX.GPU.* -> Memory.* deprecation warnings; deprecations existed at 49d73abc as well). - swift test: 207 tests / 18 suites pass in 3.1s. Live MLX tests (DARKBLOOM_LIVE_MLX_TESTS=1) still need to be exercised against prod models before merge -- recommended: ContinuousBatchingLiveTests on Qwen3 and a Gemma 4 end-to-end run (chat template + tool-call behavior changed in PR #20). Behavioral note: GenerationBatch.step() now auto-activates an MTP fast path for MTPCapable models at batchSize == 1. No production catalog model implements MTPCapable today, so prod impact is none.
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 golang-version-updates group with 2 updates in the /coordinator directory: github.com/jackc/pgx/v5 and golang.org/x/crypto.
Updates
github.com/jackc/pgx/v5from 5.8.0 to 5.9.2Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
Commits
0aeabbcRelease v5.9.260644f8Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflowa5680bcMerge pull request #2531 from dolmen-go/godoc-add-linkse34e452doc: Add godoc links08c9bb1Fix Stringer types encoded as text instead of numeric value in composite fields96b4dbdRemove unstable testacf88e0Merge pull request #2526 from abrightwell/abrightwell-min-proto2f81f1fUpdatemax_protocol_versionandmin_protocol_versiondefaults4e4eaedRelease v5.9.16273188Fix batch result format corruption when using cached prepared statementsUpdates
golang.org/x/cryptofrom 0.49.0 to 0.51.0Commits
b8a14a8go.mod: update golang.org/x dependencies9d9d507x509roots/fallback/bundle: fix bundle test with Go 1.27+fd0b90dacme: include Problem in OrderError.Errorb9e5359pbkdf2: turn into a wrapper for crypto/pbkdf2cc0e4fchkdf: forward Extract to the standard librarya8e9237x509roots/fallback: update bundle03ca0dcgo.mod: update golang.org/x dependencies8400f4assh: respect signer's algorithm preference in pickSignatureAlgorithm81c6cb3ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength