File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ class BaseAgentConfig(BaseModel):
7171 input_schema : Optional [Type [BaseModel ]] = Field (None , description = "The schema for the input data." )
7272 output_schema : Optional [Type [BaseModel ]] = Field (None , description = "The schema for the output data." )
7373
74- class Config :
75- arbitrary_types_allowed = True
74+ model_config = {"arbitrary_types_allowed" : True }
7675
7776
7877class BaseAgent :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " atomic_agents"
7- version = " 0.3.2 "
7+ version = " 0.3.3 "
88description = " A versatile framework designed to facilitate the creation and management of intelligent agents."
99authors = [
1010 {
name =
" Kenny Vaneetvelde" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments