Skip to content

Commit 46d9266

Browse files
committed
Update generate_types.sh
1 parent 96c5945 commit 46d9266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate_types.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ uv run datamodel-codegen \
2222
--input-file-type jsonschema \
2323
--output "$GENERATED_FILE" \
2424
--target-python-version 3.10 \
25+
--output-model-type pydantic_v2.BaseModel \
2526
--base-class a2a.utils.pydantic_base.A2ABaseModel \
2627
--disable-timestamp \
2728
--use-schema-description \

0 commit comments

Comments
 (0)