Skip to content

Commit abbbb0a

Browse files
committed
Fix int parsing
1 parent 6ee01a5 commit abbbb0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openeo_pg_parser_networkx/pg_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class ProcessNode(BaseModel, arbitrary_types_allowed=True):
9090
TemporalIntervals,
9191
# GeoJson, disable while https://github.com/developmentseed/geojson-pydantic/issues/92 is open
9292
Time,
93+
int,
9394
float,
9495
bool,
9596
list,

0 commit comments

Comments
 (0)