Skip to content

Commit 7b1918a

Browse files
committed
Remove frozen from basemodel
1 parent 98b3242 commit 7b1918a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/a2a/pydantic_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class A2ABaseModel(BaseModel):
1212
model_config = ConfigDict(
1313
alias_generator=to_camel,
1414
populate_by_name=True,
15-
frozen=True,
1615
)
1716

1817
def __getattr__(self, name: str) -> Any:

0 commit comments

Comments
 (0)