File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
16
### Fixed
17
17
- removed superfluous debug print when parsing FunctionImports from metadata - Jakub Filak
18
18
- property 'Nullable' attributes are correctly parsed and respected - Vasilii Khomutov
19
+ - use correct type of deserialization of Literal (URL) structure values - Jakub Filak
19
20
20
21
## [ 1.4.0]
21
22
Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ def from_json(self, value):
562
562
return EdmStructTypeSerializer .from_json (self ._edm_type , value )
563
563
564
564
def from_literal (self , value ):
565
- return EdmStructTypeSerializer .from_json (self ._edm_type , value )
565
+ return EdmStructTypeSerializer .from_literal (self ._edm_type , value )
566
566
567
567
568
568
class EnumTypTrait (TypTraits ):
You can’t perform that action at this time.
0 commit comments