New features
- Request arguments of
Name
andSearchQuery
can now be given as simpledict
objects instead of typed pydantic models. This reflects the behavior of the library prior to 6.0, so should make upgrading tostytch>=6.2
easier for those currently onstytch==5.X
. If you are already using typed objects, nothing needs to change in how you use the API methods.