Skip to content

Commit 7822f29

Browse files
authored
fix(python-sdk): invalid config dict parameter (#53)
Remove the invalid ser_json_by_alias parameter from the ConfigDict constructor in ConfiguredBaseModel. Fixes #52
1 parent 965b7a2 commit 7822f29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-sdk/ag_ui/core/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class ConfiguredBaseModel(BaseModel):
1414
extra="forbid",
1515
alias_generator=to_camel,
1616
populate_by_name=True,
17-
ser_json_by_alias=True
1817
)
1918

2019

0 commit comments

Comments
 (0)