Skip to content

Commit 19d9ebc

Browse files
authored
Merge pull request #11 from joshua-janicas/feature/TyperPython3.12
Update pyproject.toml to support py 3.12 and Typer to newest release
2 parents 8ff407e + 646a4ca commit 19d9ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dagster-ext"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "`dagster-ext` is a Meltano utility extension."
55
authors = ["Jules Huisman"]
66
license = "Apache 2.0"
@@ -15,9 +15,9 @@ include = [
1515
]
1616

1717
[tool.poetry.dependencies]
18-
python = "<3.11,>=3.8"
18+
python = "<3.13,>=3.8"
1919
click = "^8.1.3"
20-
typer = "^0.6.1"
20+
typer = "^0.9.0"
2121
dagit = ">=1.0"
2222
dagster = ">=1.0"
2323
dagster-dbt = ">=0.16"

0 commit comments

Comments
 (0)