Skip to content

Commit e27dff2

Browse files
committed
Fix base class path
1 parent 08eb437 commit e27dff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_types.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uv run datamodel-codegen \
2323
--output "$GENERATED_FILE" \
2424
--target-python-version 3.10 \
2525
--output-model-type pydantic_v2.BaseModel \
26-
--base-class a2a.utils.pydantic_base.A2ABaseModel \
26+
--base-class a2a.pydantic_base.A2ABaseModel \
2727
--disable-timestamp \
2828
--use-schema-description \
2929
--use-union-operator \

0 commit comments

Comments
 (0)