Fix from_dict() in the presence of optional datetime fields. (#329)
This commit is contained in:
		| @@ -8,5 +8,6 @@ | ||||
|   }, | ||||
|   "test6": "B", | ||||
|   "test7": "8589934592", | ||||
|   "test8": 2.5 | ||||
|   "test8": 2.5, | ||||
|   "test9": "2022-01-24T12:12:42Z" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user