Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
d006972
chore(deps): bump actions/checkout from 6 to 7
dependabot[bot] Jun 25, 2026
a6cc637
chore(deps): bump github.com/getkin/kin-openapi from 0.139.0 to 0.140.0
dependabot[bot] Jun 27, 2026
a931694
chore(deps): bump nix from 0.31.2 to 0.31.3 in /crates
dependabot[bot] Jun 27, 2026
b5eee05
chore(deps): bump jsonschema from 0.29.1 to 0.46.6 in /crates
dependabot[bot] Jun 27, 2026
6a7580b
chore(deps): bump transformers
dependabot[bot] Jul 2, 2026
6cef463
chore(deps): bump transformers in /examples/streaming-text
dependabot[bot] Jul 2, 2026
ee5b196
chore(deps): bump golang.org/x/net from 0.53.0 to 0.55.0
dependabot[bot] Jul 2, 2026
dd74cc8
chore(deps): bump transformers in /examples/z-image-turbo
dependabot[bot] Jul 4, 2026
19d64d6
Merge remote-tracking branch 'origin/dependabot/pip/examples/z-image-…
anish-sahoo Jul 9, 2026
cf3ae77
Merge remote-tracking branch 'origin/dependabot/go_modules/golang.org…
anish-sahoo Jul 9, 2026
a5463e6
Merge remote-tracking branch 'origin/dependabot/pip/examples/streamin…
anish-sahoo Jul 9, 2026
25757a2
Merge remote-tracking branch 'origin/dependabot/pip/examples/experime…
anish-sahoo Jul 9, 2026
97bd092
Merge remote-tracking branch 'origin/dependabot/cargo/crates/jsonsche…
anish-sahoo Jul 9, 2026
b704d97
Merge remote-tracking branch 'origin/dependabot/cargo/crates/nix-0.31…
anish-sahoo Jul 9, 2026
9b488bb
Merge remote-tracking branch 'origin/dependabot/go_modules/github.com…
anish-sahoo Jul 9, 2026
e727d3d
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
anish-sahoo Jul 9, 2026
0d0a966
Revert jsonschema 0.29.1 → 0.46.6 update (breaking API change)
anish-sahoo Jul 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bonk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: jdx/mise-action@v4
Expand All @@ -153,7 +153,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: jdx/mise-action@v4
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -233,7 +233,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -248,7 +248,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -261,7 +261,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -276,7 +276,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
# setup-python provides a shared-library Python (libpython3.x.so) needed
# by stub_gen at runtime (PyO3 auto-initialize). mise's
# python-build-standalone is statically linked and doesn't ship the .so.
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -325,7 +325,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: Swatinem/rust-cache@v2
with:
workspaces: crates -> target
Expand All @@ -344,7 +344,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -362,7 +362,7 @@ jobs:
timeout-minutes: 10
continue-on-error: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -423,7 +423,7 @@ jobs:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand Down Expand Up @@ -452,7 +452,7 @@ jobs:
env:
CGO_ENABLED: "1"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand All @@ -465,7 +465,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: Swatinem/rust-cache@v2
with:
workspaces: crates -> target
Expand Down Expand Up @@ -513,7 +513,7 @@ jobs:
matrix:
python-version: ${{ fromJSON(needs.setup.outputs.supported_pythons) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Download coglet wheel
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
outputs:
shards: ${{ steps.shard.outputs.shards }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Compute shards
id: shard
run: |
Expand Down Expand Up @@ -627,7 +627,7 @@ jobs:
matrix:
shard: ${{ fromJSON(needs.integration-shards.outputs.shards) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Login to Docker Hub
Expand Down Expand Up @@ -799,7 +799,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/homebrew-tap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
repositories: homebrew-tap

- name: Checkout cog repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: .github/cog.rb.tmpl
sparse-checkout-cone-mode: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-cog-base-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: jdx/mise-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 30

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
version: ${{ steps.check.outputs.version }}
pep440: ${{ steps.check.outputs.pep440 }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
manylinux: "off"
zig: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
env:
CGO_ENABLED: "1"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.release.tag_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: jdx/mise-action@v4
with:
version: 2026.4.27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-compatibility-matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install tools
uses: jdx/mise-action@v4
Expand Down
10 changes: 5 additions & 5 deletions crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pillow==12.2.0
torch==2.12.0
transformers==4.52.3
transformers==5.3.0
2 changes: 1 addition & 1 deletion examples/streaming-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch==2.12.0
transformers==5.0.0rc3
transformers==5.3.0
accelerate==1.6.0
2 changes: 1 addition & 1 deletion examples/z-image-turbo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
diffusers==0.38.0
transformers==5.0.0rc3
transformers==5.3.0
torch==2.8.0
Loading
Loading