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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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/25] 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":{}}' From ce7b388ed170d44c0e0c08d6e9a77258fa03b7a7 Mon Sep 17 00:00:00 2001 From: Anish Sahoo Date: Thu, 25 Jun 2026 12:02:58 -0500 Subject: [PATCH 17/25] Update examples/resnet/requirements.txt Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com> Signed-off-by: Anish Sahoo --- examples/resnet/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/resnet/requirements.txt b/examples/resnet/requirements.txt index 8b0cfe7806..a677ecd54a 100644 --- a/examples/resnet/requirements.txt +++ b/examples/resnet/requirements.txt @@ -1,4 +1,6 @@ pillow==12.2.0 torch==2.12.0 torchvision==0.27.0 -transformers==5.0.0rc3 +pillow==12.2.0 +torch==2.12.0 +torchvision==0.27.0 From 03c8d26f77a7dfd864681795df88733df86296e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:10:40 +0000 Subject: [PATCH 18/25] chore(deps): bump pillow 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/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..83ffcd81fd 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 +pillow==12.2.0 torch==2.8.0 transformers==4.52.3 From 954f8b0827ed7fc723246264f41cdebb9fb542d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:10:53 +0000 Subject: [PATCH 19/25] chore(deps): bump reqwest from 0.13.2 to 0.13.4 in /crates Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 0.13.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- crates/Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/crates/Cargo.lock b/crates/Cargo.lock index 13a9f151a3..d51b675a53 100644 --- a/crates/Cargo.lock +++ b/crates/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ "jsonschema", "mime_guess", "nix 0.31.2", - "reqwest 0.13.2", + "reqwest 0.13.4", "rustls", "serde", "serde_json", @@ -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]] @@ -2146,9 +2146,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", @@ -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]] @@ -2441,7 +2441,7 @@ checksum = "eb25f439f97d26fea01d717fa626167ceffcd981addaa670001e70505b72acbb" dependencies = [ "cfg_aliases", "httpdate", - "reqwest 0.13.2", + "reqwest 0.13.4", "sentry-backtrace", "sentry-contexts", "sentry-core", @@ -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]] From 9f028da3ffac42ea109954e836f70e5742c02356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:11:04 +0000 Subject: [PATCH 20/25] chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 5bec32805d..ac6930feb0 100644 --- a/uv.lock +++ b/uv.lock @@ -388,7 +388,7 @@ wheels = [ [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -399,9 +399,9 @@ dependencies = [ { name = "pygments" }, { name = "tomli", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11", size = 1568901, upload-time = "2025-12-06T21:30:51.014Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", size = 374801, upload-time = "2025-12-06T21:30:49.154Z" }, + { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, ] [[package]] From 34dfa82ced6ea9253ac8259638e3381a445defd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:11:14 +0000 Subject: [PATCH 21/25] chore(deps): bump pygments from 2.19.2 to 2.20.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 5bec32805d..8c38e2318d 100644 --- a/uv.lock +++ b/uv.lock @@ -370,11 +370,11 @@ wheels = [ [[package]] name = "pygments" -version = "2.19.2" +version = "2.20.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887", size = 4968631, upload-time = "2025-06-21T13:39:12.283Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b", size = 1225217, upload-time = "2025-06-21T13:39:07.939Z" }, + { url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" }, ] [[package]] From eec2259027b243f1ad6a37a46e6309d73317e4db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:11:15 +0000 Subject: [PATCH 22/25] chore(deps): bump pygments in /crates/coglet-python Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- crates/coglet-python/uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/coglet-python/uv.lock b/crates/coglet-python/uv.lock index 137d1069f8..4077f424b1 100644 --- a/crates/coglet-python/uv.lock +++ b/crates/coglet-python/uv.lock @@ -176,11 +176,11 @@ wheels = [ [[package]] name = "pygments" -version = "2.19.2" +version = "2.20.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887", size = 4968631, upload-time = "2025-06-21T13:39:12.283Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b", size = 1225217, upload-time = "2025-06-21T13:39:07.939Z" }, + { url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" }, ] [[package]] From e491d9389e37fdbd8f2edd86d924af4b12654369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:11:22 +0000 Subject: [PATCH 23/25] chore(deps): bump pytest from 9.0.2 to 9.0.3 in /crates/coglet-python Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/coglet-python/uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/coglet-python/uv.lock b/crates/coglet-python/uv.lock index 137d1069f8..d703d6f7fd 100644 --- a/crates/coglet-python/uv.lock +++ b/crates/coglet-python/uv.lock @@ -185,7 +185,7 @@ wheels = [ [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -196,9 +196,9 @@ dependencies = [ { name = "pygments" }, { name = "tomli", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11", size = 1568901, upload-time = "2025-12-06T21:30:51.014Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", size = 374801, upload-time = "2025-12-06T21:30:49.154Z" }, + { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, ] [[package]] From d9af91620a915e7d327bd3c2e14128f64bab4f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:11:52 +0000 Subject: [PATCH 24/25] chore(deps): bump requests in /crates/coglet-python Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/coglet-python/uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/coglet-python/uv.lock b/crates/coglet-python/uv.lock index 137d1069f8..ebcc0ed9ce 100644 --- a/crates/coglet-python/uv.lock +++ b/crates/coglet-python/uv.lock @@ -203,7 +203,7 @@ wheels = [ [[package]] name = "requests" -version = "2.32.5" +version = "2.33.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "certifi" }, @@ -211,9 +211,9 @@ dependencies = [ { name = "idna" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" } +sdist = { url = "https://files.pythonhosted.org/packages/34/64/8860370b167a9721e8956ae116825caff829224fbca0ca6e7bf8ddef8430/requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652", size = 134232, upload-time = "2026-03-25T15:10:41.586Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" }, + { url = "https://files.pythonhosted.org/packages/56/5d/c814546c2333ceea4ba42262d8c4d55763003e767fa169adc693bd524478/requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b", size = 65017, upload-time = "2026-03-25T15:10:40.382Z" }, ] [[package]] From e3bb208aaaf3efdb88b68e20e606f567b60d258d Mon Sep 17 00:00:00 2001 From: Anish Sahoo Date: Thu, 25 Jun 2026 12:16:43 -0500 Subject: [PATCH 25/25] fix bonk edit Signed-off-by: Anish Sahoo --- examples/resnet/requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/resnet/requirements.txt b/examples/resnet/requirements.txt index a677ecd54a..d70415c050 100644 --- a/examples/resnet/requirements.txt +++ b/examples/resnet/requirements.txt @@ -1,6 +1,3 @@ pillow==12.2.0 torch==2.12.0 torchvision==0.27.0 -pillow==12.2.0 -torch==2.12.0 -torchvision==0.27.0