Skip to content

Commit

Permalink
Merge pull request #11 from joshua-janicas/feature/TyperPython3.12
Browse files Browse the repository at this point in the history
Update pyproject.toml to support py 3.12 and Typer to newest release
  • Loading branch information
JulesHuisman authored Apr 1, 2024
2 parents 8ff407e + 646a4ca commit 19d9ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dagster-ext"
version = "0.1.0"
version = "0.1.1"
description = "`dagster-ext` is a Meltano utility extension."
authors = ["Jules Huisman"]
license = "Apache 2.0"
Expand All @@ -15,9 +15,9 @@ include = [
]

[tool.poetry.dependencies]
python = "<3.11,>=3.8"
python = "<3.13,>=3.8"
click = "^8.1.3"
typer = "^0.6.1"
typer = "^0.9.0"
dagit = ">=1.0"
dagster = ">=1.0"
dagster-dbt = ">=0.16"
Expand Down

0 comments on commit 19d9ebc

Please sign in to comment.