Skip to content

Commit 2348e79

Browse files
committed
chore(pyproject,deps): Version auf 0.31.5 erhöhen und sf-hamilton-Abhängigkeit anpassen
- pyproject.toml: version von 0.31.4 -> 0.31.5 - sf-hamilton[visualization,rich,tqdm] Constraint von "<=1.88.0" auf ">=1.69.0" geändert (Abhängigkeit gelockert)
1 parent 1d7128c commit 2348e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A simple workflow framework for building and managing data proces
44
authors = [{ name = "Volker L.", email = "[email protected]" }]
55
readme = "README.md"
66
requires-python = ">= 3.11"
7-
version = "0.31.4"
7+
version = "0.31.5"
88
keywords = ["hamilton", "workflow", "pipeline", "scheduler", "dask", "ray"]
99

1010
dependencies = [
@@ -22,7 +22,7 @@ dependencies = [
2222
'rich>=13.9.3',
2323
's3fs>=2024.10.0',
2424
'sf-hamilton-sdk>=0.5.2',
25-
'sf-hamilton[visualization,rich,tqdm]<=1.88.0',
25+
'sf-hamilton[visualization,rich,tqdm]>=1.69.0',
2626
'typer>=0.12.3',
2727
]
2828

0 commit comments

Comments
 (0)