Skip to content

Commit

Permalink
Fix pydantic2 (#2681)
Browse files Browse the repository at this point in the history
Signed-off-by: junjie.jiang <[email protected]>
  • Loading branch information
junjiejiangjjj committed Dec 1, 2023
1 parent 24577fd commit 8df87d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion towhee/runtime/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,4 @@ def _concat_dag(dag1, pipes):

@staticmethod
def _check_schema(schema):
return TupleForm(schema_data=schema).schema_data
return TupleForm(data=None, schema_data=schema).schema_data

0 comments on commit 8df87d6

Please sign in to comment.