File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import typing as t
22from dataclasses import dataclass
33
4+ from litellm import ConfigDict
45from pydantic import BaseModel , Field
56
67from dreadnode .types import AnyDict
@@ -31,6 +32,8 @@ def value(self) -> t.Any:
3132
3233
3334class ObjectVal (BaseModel ):
35+ model_config = ConfigDict (serialize_by_alias = True )
36+
3437 hash : str
3538 schema_hash : str
3639 value_ : t .Any = Field (alias = "value" )
Original file line number Diff line number Diff line change 11[project ]
22name = " dreadnode"
3- version = " 1.12.1 "
3+ version = " 1.12.2 "
44description = " Dreadnode SDK"
55requires-python = " >=3.10,<3.14"
66
77[tool .poetry ]
88name = " dreadnode"
9- version = " 1.12.1 "
9+ version = " 1.12.2 "
1010description = " Dreadnode SDK"
1111authors = [" Nick Landers <monoxgas@gmail.com>" ]
1212repository = " https://github.com/dreadnode/sdk"
You can’t perform that action at this time.
0 commit comments