Dmitriy Tatarkin
Dmitriy Tatarkin
This PR is only merges the latest updates from the master branch into the 206-rebalancing-endpoints branch resolving conflicts.
Library raise `StopIteration` if endpoint returns an empty list while `handle_pagination` is `PaginationType.NONE`
Fix `Account` pydantic model to properly handle serialization and deserialization. The custom __init__ method for the account model makes no sense, as it partially duplicates the default built-in pydantic behaviour,...
… when parsing from the command line using the WorkerArgs.from_cli() method. This may be useful if you want to implement a custom command-line interface (CLI) command to run project-specific workers...