Skip to content

Commit 444ed5f

Browse files
allow None in PG (#91)
1 parent 766ad3a commit 444ed5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openeo_pg_parser_networkx/pg_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class ProcessNode(BaseModel, arbitrary_types_allowed=True):
9595
list,
9696
dict,
9797
str,
98+
None,
9899
],
99100
Field(union_mode='left_to_right'),
100101
],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openeo-pg-parser-networkx"
3-
version = "2024.7.0"
3+
version = "2024.10.0"
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]>"]

0 commit comments

Comments
 (0)