From 06018b6bf16063d7513f17712e63f194325ac46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:29:19 +0000 Subject: [PATCH 01/16] chore(deps): bump diffusers in /examples/z-image-turbo Bumps [diffusers](https://github.com/huggingface/diffusers) from 0.36.0 to 0.38.0. - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](https://github.com/huggingface/diffusers/compare/v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: diffusers dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/z-image-turbo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/z-image-turbo/requirements.txt b/examples/z-image-turbo/requirements.txt index beb415596e..8ca6096985 100644 --- a/examples/z-image-turbo/requirements.txt +++ b/examples/z-image-turbo/requirements.txt @@ -1,3 +1,3 @@ -diffusers==0.36.0 +diffusers==0.38.0 transformers==4.57.3 torch==2.8.0 From 1a9a09f2c2312be12edfe90ffa0afad3aacbc0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:29:15 +0000 Subject: [PATCH 02/16] chore(deps): bump transformers in /examples/z-image-turbo Bumps [transformers](https://github.com/huggingface/transformers) from 4.57.3 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.57.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/z-image-turbo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/z-image-turbo/requirements.txt b/examples/z-image-turbo/requirements.txt index 8ca6096985..37ff1db22e 100644 --- a/examples/z-image-turbo/requirements.txt +++ b/examples/z-image-turbo/requirements.txt @@ -1,3 +1,3 @@ diffusers==0.38.0 -transformers==4.57.3 +transformers==5.0.0rc3 torch==2.8.0 From 0a850f4242ed19bb8c45219bd3be21dc5d9e62d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:26:12 +0000 Subject: [PATCH 03/16] chore(deps): bump torch in /examples/experimental/resnet-managed-weights Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/experimental/resnet-managed-weights/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/experimental/resnet-managed-weights/requirements.txt b/examples/experimental/resnet-managed-weights/requirements.txt index 72eea68af8..d3483aa5a0 100644 --- a/examples/experimental/resnet-managed-weights/requirements.txt +++ b/examples/experimental/resnet-managed-weights/requirements.txt @@ -1,3 +1,3 @@ pillow==12.1.1 -torch==2.8.0 +torch==2.12.0 transformers==4.52.3 From d52cc9356f781130076a62993b209864510aac1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:19:09 +0000 Subject: [PATCH 04/16] chore(deps): bump torch from 2.8.0 to 2.12.0 in /examples/resnet Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/resnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resnet/requirements.txt b/examples/resnet/requirements.txt index f9c8d1ef75..7b7e535f06 100644 --- a/examples/resnet/requirements.txt +++ b/examples/resnet/requirements.txt @@ -1,3 +1,3 @@ pillow==12.1.1 -torch==2.8.0 +torch==2.12.0 torchvision==0.23.0 From 562f0e0f0d271b4654e0af795fb97f9f4b5e68a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:19:20 +0000 Subject: [PATCH 05/16] chore(deps): bump torch from 2.7.1 to 2.12.0 in /examples/streaming-text Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.7.1...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/streaming-text/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/streaming-text/requirements.txt b/examples/streaming-text/requirements.txt index 916933a3de..9c5c930fb8 100644 --- a/examples/streaming-text/requirements.txt +++ b/examples/streaming-text/requirements.txt @@ -1,3 +1,3 @@ -torch==2.7.1 +torch==2.12.0 transformers==4.51.3 accelerate==1.6.0 From 8f2e9630c01fdba1b62c9ce13659e3fe61744436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 18:44:00 +0000 Subject: [PATCH 06/16] chore(deps): bump sentry from 0.47.0 to 0.48.2 in /crates Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.47.0 to 0.48.2. - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.47.0...0.48.2) --- updated-dependencies: - dependency-name: sentry dependency-version: 0.48.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- crates/Cargo.lock | 46 +++++++++++++++++++++++----------------------- crates/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/crates/Cargo.lock b/crates/Cargo.lock index e8b1bbb932..6b0d9dc6a0 100644 --- a/crates/Cargo.lock +++ b/crates/Cargo.lock @@ -503,7 +503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1986,9 +1986,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -2234,7 +2234,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2291,7 +2291,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2435,9 +2435,9 @@ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" [[package]] name = "sentry" -version = "0.47.0" +version = "0.48.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb25f439f97d26fea01d717fa626167ceffcd981addaa670001e70505b72acbb" +checksum = "931a20b0da02350676e3d6d3c9028d58eaa448cf42a866712eec5845a505421e" dependencies = [ "cfg_aliases", "httpdate", @@ -2452,9 +2452,9 @@ dependencies = [ [[package]] name = "sentry-backtrace" -version = "0.47.0" +version = "0.48.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46a8c2c1bd5c1f735e84f28b48e7d72efcaafc362b7541bc8253e60e8fcdffc6" +checksum = "911ee36abf5b7fa335fccd5f54361ba9c16baea5f0c3bb361a687b6c195c21cf" dependencies = [ "backtrace", "regex", @@ -2463,9 +2463,9 @@ dependencies = [ [[package]] name = "sentry-contexts" -version = "0.47.0" +version = "0.48.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b88a90baa654d7f0e1f4b667f6b434293d9f72c71bef16b197c76af5b7d5803" +checksum = "9b9d7d469e9e22741c17ca23fb8b42d79861590eb7cf330f3da34fc1e4bc1bc6" dependencies = [ "hostname", "libc", @@ -2477,11 +2477,11 @@ dependencies = [ [[package]] name = "sentry-core" -version = "0.47.0" +version = "0.48.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ac170a5bba8bec6e3339c90432569d89641fa7a3d3e4f44987d24f0762e6adf" +checksum = "545dc562b6758d646ac19e1407f4ebc26d452111386743e03323464bc48bb2e0" dependencies = [ - "rand 0.9.2", + "rand 0.9.4", "sentry-types", "serde", "serde_json", @@ -2490,9 +2490,9 @@ dependencies = [ [[package]] name = "sentry-panic" -version = "0.47.0" +version = "0.48.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6127d3d304ba5ce0409401e85aae538e303a569f8dbb031bf64f9ba0f7174346" +checksum = "772d9de150c8ca910c835353c85f434457348fdd21208f9b3da3574202b1dc5d" dependencies = [ "sentry-backtrace", "sentry-core", @@ -2500,9 +2500,9 @@ dependencies = [ [[package]] name = "sentry-tracing" -version = "0.47.0" +version = "0.48.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27701acc51e68db5281802b709010395bfcbcb128b1d0a4e5873680d3b47ff0c" +checksum = "c51ec9620a4d398dcdf7ee90effbf8d8691cfa24e91978bfa8565cac039d4980" dependencies = [ "bitflags", "sentry-backtrace", @@ -2513,13 +2513,13 @@ dependencies = [ [[package]] name = "sentry-types" -version = "0.47.0" +version = "0.48.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56780cb5597d676bf22e6c11d1f062eb4def46390ea3bfb047bcbcf7dfd19bdb" +checksum = "041359745a44dd2e14fe21b7510fe7ca8b5beffce6636a0b52e5bc7d5f736887" dependencies = [ "debugid", "hex", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "thiserror 2.0.18", @@ -2727,7 +2727,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3433,7 +3433,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 619ee6aa35..73b48cdf69 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -37,7 +37,7 @@ uuid = { version = "1", features = ["v4", "serde"] } # Observability tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } -sentry = { version = "0.47", default-features = false, features = ["backtrace", "contexts", "panic", "tracing", "reqwest"] } +sentry = { version = "0.48", default-features = false, features = ["backtrace", "contexts", "panic", "tracing", "reqwest"] } # Error handling thiserror = "2" From 2c303ec904e08f4c45cf80f4d65ff8ed491d40cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 18:42:38 +0000 Subject: [PATCH 07/16] chore(deps): bump dashmap from 6.1.0 to 6.2.1 in /crates Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- crates/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/Cargo.lock b/crates/Cargo.lock index 6b0d9dc6a0..e3cf792645 100644 --- a/crates/Cargo.lock +++ b/crates/Cargo.lock @@ -390,9 +390,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "dashmap" -version = "6.1.0" +version = "6.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" dependencies = [ "cfg-if", "crossbeam-utils", From f8c0f6dc910d7bfa86a26ae888a570b45d05990c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 18:42:23 +0000 Subject: [PATCH 08/16] chore(deps): bump golang.org/x/sys from 0.43.0 to 0.45.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.43.0 to 0.45.0. - [Commits](https://github.com/golang/sys/compare/v0.43.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 297163e34d..fd597b0811 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( golang.org/x/crypto v0.50.0 golang.org/x/exp v0.0.0-20250911091902-df9299821621 golang.org/x/sync v0.20.0 - golang.org/x/sys v0.43.0 + golang.org/x/sys v0.45.0 golang.org/x/term v0.42.0 google.golang.org/grpc v1.80.0 gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index bfd000e170..bfced1a253 100644 --- a/go.sum +++ b/go.sum @@ -368,8 +368,8 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI= -golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= +golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY= +golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa h1:efT73AJZfAAUV7SOip6pWGkwJDzIGiKBZGVzHYa+ve4= golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa/go.mod h1:kHjTxDEnAu6/Nl9lDkzjWpR+bmKfxeiRuSDlsMb70gE= golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY= From 143ba7dd8eae3b95fad8a989469783c9d142eb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 18:42:19 +0000 Subject: [PATCH 09/16] chore(deps): bump github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0 Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: github.com/rogpeppe/go-internal dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fd597b0811..0959e70ae8 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/moby/term v0.5.2 github.com/opencontainers/image-spec v1.1.1 github.com/replicate/go v0.0.0-20250205165008-b772d7cd506b - github.com/rogpeppe/go-internal v1.14.1 + github.com/rogpeppe/go-internal v1.15.0 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 github.com/spf13/cobra v1.10.2 diff --git a/go.sum b/go.sum index bfced1a253..5271296910 100644 --- a/go.sum +++ b/go.sum @@ -235,8 +235,8 @@ github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7D github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw= github.com/replicate/go v0.0.0-20250205165008-b772d7cd506b h1:GIkpkQ+xwWJ6IRUFmwCLcg+zkZVoKmVXnPjhMncZc4I= github.com/replicate/go v0.0.0-20250205165008-b772d7cd506b/go.mod h1:kUMwEnHJEvWXdu6Py/9fjp7969tsPRYN2a4+Z8BiVEE= -github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= -github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= +github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc= +github.com/rogpeppe/go-internal v1.15.0/go.mod h1:DrUVZyrJU+txYW5/1kwtXQSMFio52ZOxX7yM1VHvnxs= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI= From cb5ec0a11fe3a4c3a5269dde99c7a6d3329a503a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:19:11 +0000 Subject: [PATCH 10/16] chore(deps): bump transformers in /examples/streaming-text Bumps [transformers](https://github.com/huggingface/transformers) from 4.51.3 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.51.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/streaming-text/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/streaming-text/requirements.txt b/examples/streaming-text/requirements.txt index 9c5c930fb8..a3ba48567c 100644 --- a/examples/streaming-text/requirements.txt +++ b/examples/streaming-text/requirements.txt @@ -1,3 +1,3 @@ torch==2.12.0 -transformers==4.51.3 +transformers==5.0.0rc3 accelerate==1.6.0 From c2916e69ed83fd14a7d28ed522dd983e30f31d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:37:13 +0000 Subject: [PATCH 11/16] chore(deps): bump transformers in /examples/resnet Bumps [transformers](https://github.com/huggingface/transformers) from 4.52.3 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.52.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/resnet/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/resnet/requirements.txt b/examples/resnet/requirements.txt index 7b7e535f06..dfc0fdf12b 100644 --- a/examples/resnet/requirements.txt +++ b/examples/resnet/requirements.txt @@ -1,3 +1,4 @@ pillow==12.1.1 torch==2.12.0 torchvision==0.23.0 +transformers==5.0.0rc3 From 4d39d8a34d5d1cafdb3d29f759704209592f084b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:37:03 +0000 Subject: [PATCH 12/16] chore(deps): bump pillow from 12.1.1 to 12.2.0 in /examples/resnet Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/resnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resnet/requirements.txt b/examples/resnet/requirements.txt index dfc0fdf12b..c9b370d4ef 100644 --- a/examples/resnet/requirements.txt +++ b/examples/resnet/requirements.txt @@ -1,4 +1,4 @@ -pillow==12.1.1 +pillow==12.2.0 torch==2.12.0 torchvision==0.23.0 transformers==5.0.0rc3 From 858479719744a457c946b66f14f2c84f86b90bed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:51:55 +0000 Subject: [PATCH 13/16] Add PR template with closes syntax --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..72bb68cf10 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1 @@ +closes: # From 76c94fffeca0637989e35e37ab6a9ab61e62980a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:54:28 +0000 Subject: [PATCH 14/16] Remove unintended PR template file --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 72bb68cf10..0000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1 +0,0 @@ -closes: # From 220e64d7241b6cfd33e7cdfadcc16593c4c3380f Mon Sep 17 00:00:00 2001 From: Mark Phelps Date: Wed, 17 Jun 2026 10:58:35 -0400 Subject: [PATCH 15/16] chore: align resnet torchvision with torch --- examples/resnet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resnet/requirements.txt b/examples/resnet/requirements.txt index c9b370d4ef..8b0cfe7806 100644 --- a/examples/resnet/requirements.txt +++ b/examples/resnet/requirements.txt @@ -1,4 +1,4 @@ pillow==12.2.0 torch==2.12.0 -torchvision==0.23.0 +torchvision==0.27.0 transformers==5.0.0rc3 From 56af1dc3d1bb99209d95a0999809ae8086e8ac8c Mon Sep 17 00:00:00 2001 From: Mark Phelps Date: Wed, 17 Jun 2026 11:12:31 -0400 Subject: [PATCH 16/16] ci: fix stub cache and webhook health check flake --- .github/workflows/ci.yaml | 6 +++++- integration-tests/tests/webhook_delivery_failure.txtar | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 025dfebda0..d06b739a66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -293,8 +293,12 @@ jobs: cache_key_prefix: mise-ci-${{ github.job }} - name: Check stubs are up to date run: | - # stub_gen links libpython dynamically; tell the linker where to find it + # stub_gen links libpython dynamically; tell the linker where to find it. + # PyO3 also caches the discovered libpython path in Rust build artifacts, + # so force PyO3's build config to refresh after restoring target/ from cache. + export PYO3_PYTHON="$(python3 -c 'import sys; print(sys.executable)')" export LD_LIBRARY_PATH="$(python3 -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))')" + (cd crates && cargo clean -p pyo3-build-config -p pyo3-ffi) mise run --force stub:check # ============================================================================= diff --git a/integration-tests/tests/webhook_delivery_failure.txtar b/integration-tests/tests/webhook_delivery_failure.txtar index eec4dae35f..79d410bda4 100644 --- a/integration-tests/tests/webhook_delivery_failure.txtar +++ b/integration-tests/tests/webhook_delivery_failure.txtar @@ -10,9 +10,9 @@ cog serve --upload-url http://unused/ # Async prediction with a bogus webhook URL — delivery will fail curl -H Prefer:respond-async POST /predictions '{"id":"webhook-fail-test","webhook":"http://host.docker.internal:1/nonexistent","webhook_events_filter":["completed"]}' -# Server should remain healthy while webhook delivery retries/fails. +# Server should become ready again after webhook delivery retries/fails. # Poll repeatedly instead of sleeping a fixed duration. -exec bash -c 'for i in {1..10}; do curl -sf $SERVER_URL/health-check | grep -q "\"status\":\"READY\"" || exit 1; sleep 0.5; done' +exec bash -c 'for i in {1..10}; do curl -sf $SERVER_URL/health-check | grep -q "\"status\":\"READY\"" && exit 0; sleep 0.5; done; exit 1' # A new sync prediction should still work curl POST /predictions '{"input":{}}'