Skip to content

Commit

Permalink
fix requires_python to satisfy the uv lockfile gods
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Nov 6, 2024
1 parent 906680b commit 9790d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooli-bi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "hooli_bi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">3.8,<3.13"
requires-python = ">=3.9,<3.13"
dependencies = [
"dagster",
"dagster==1.9.0",
"dagster-cloud",
"dagster-powerbi",
]
Expand Down

0 comments on commit 9790d8e

Please sign in to comment.