Skip to content

Commit 28ac4c8

Browse files
rtmizGerald Walter Irsiegler
andauthored
fix: unpinned traitlets version, instead its <= (#59)
Co-authored-by: Gerald Walter Irsiegler <gerald@Irsiegler-P14s>
1 parent 5a819ba commit 28ac4c8

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openeo-pg-parser-networkx"
3-
version = "2023.8.1"
3+
version = "2023.8.2"
44

55
description = "Parse OpenEO process graphs from JSON to traversible Python objects."
66
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>", "Gerald Irsiegler <[email protected]>"]
@@ -32,7 +32,7 @@ geojson-pydantic = "^0.5.0"
3232
numpy = "^1.20.3"
3333
pendulum = "^2.1.2"
3434
matplotlib = { version = "^3.7.1", optional = true }
35-
traitlets = "5.9.0"
35+
traitlets = "<=5.9.0"
3636

3737
[tool.poetry.group.dev.dependencies]
3838
matplotlib = "^3.7.1"

0 commit comments

Comments
 (0)