Skip to content

Commit ac66ad6

Browse files
committed
🔧 Update dependencies in pyproject.toml and uv.lock
1 parent 302bf4d commit ac66ad6

2 files changed

Lines changed: 1381 additions & 1053 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ name = "gdp"
33
requires-python = ">=3.9,<3.13"
44
version = "0.0.0"
55
dependencies = [
6-
"dagster",
6+
"dagster>=1.10.11",
77
"dagster-dg>=0.26.11",
88
]
99

1010
[project.entry-points]
1111
"dagster_dg.plugin" = { gdp = "gdp.lib" }
1212

1313
[dependency-groups]
14-
dev = ["dagster-webserver"]
14+
dev = [
15+
"dagster-webserver>=1.10.17",
16+
]
1517

1618
[build-system]
1719
requires = ["hatchling"]

0 commit comments

Comments
 (0)