Skip to content

Commit

Permalink
allow None in PG (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter authored Oct 9, 2024
1 parent 766ad3a commit 444ed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openeo_pg_parser_networkx/pg_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class ProcessNode(BaseModel, arbitrary_types_allowed=True):
list,
dict,
str,
None,
],
Field(union_mode='left_to_right'),
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-pg-parser-networkx"
version = "2024.7.0"
version = "2024.10.0"

description = "Parse OpenEO process graphs from JSON to traversible Python objects."
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>", "Gerald Irsiegler <[email protected]>"]
Expand Down

0 comments on commit 444ed5f

Please sign in to comment.