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 @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
15
15
### Fixed
16
16
- removed superfluous debug print when parsing FunctionImports from metadata - Jakub Filak
17
+ - use correct type of deserialization of Literal (URL) structure values - Jakub Filak
17
18
18
19
## [ 1.4.0]
19
20
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ def from_json(self, value):
551
551
return EdmStructTypeSerializer .from_json (self ._edm_type , value )
552
552
553
553
def from_literal (self , value ):
554
- return EdmStructTypeSerializer .from_json (self ._edm_type , value )
554
+ return EdmStructTypeSerializer .from_literal (self ._edm_type , value )
555
555
556
556
557
557
class EnumTypTrait (TypTraits ):
You can’t perform that action at this time.
0 commit comments