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/).
1616### Fixed
1717- removed superfluous debug print when parsing FunctionImports from metadata - Jakub Filak
1818- property 'Nullable' attributes are correctly parsed and respected - Vasilii Khomutov
19+ - use correct type of deserialization of Literal (URL) structure values - Jakub Filak
1920
2021## [ 1.4.0]
2122
Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ def from_json(self, value):
562562 return EdmStructTypeSerializer .from_json (self ._edm_type , value )
563563
564564 def from_literal (self , value ):
565- return EdmStructTypeSerializer .from_json (self ._edm_type , value )
565+ return EdmStructTypeSerializer .from_literal (self ._edm_type , value )
566566
567567
568568class EnumTypTrait (TypTraits ):
You can’t perform that action at this time.
0 commit comments