Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion airflow-3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: airflow-3
version: "3.0.6"
epoch: 1
epoch: 2 # GHSA-pph8-gcv7-4qj5
description: Platform to programmatically author, schedule, and monitor workflows
options:
# There is a dependency on libarrow.so although it
Expand Down Expand Up @@ -85,6 +85,8 @@ pipeline:
tag: ${{package.version}}
expected-commit: e965c2e676d85ced65a485d4b2601addc2fd3e97

- uses: rust/cargobump

- uses: patch
with:
patches: |
Expand Down
3 changes: 3 additions & 0 deletions airflow-3/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- name: pyo3
version: 0.24.1
Loading