Description
There was a problem when kwargs were used for fields instead of args, for dotted fields.
For example, `sg.find_one("Version, [], ["entity.Shot.sg_query_field"])` was working but `sg.find_one("Version", filters=[], fields=["entity.Shot.sg_query_field"])` was not.
This release fixes the issue.
**Full Changelog**: https://github.com/ksallee/fpt-api/compare/0.3.1...0.3.2