This release fixes a minor issue on the OpenAPI schema generated and small improvements.
Changes:
- Status code key on schema turn from `int` to `str` as specified by OpenAPI.
- Remove unused `get_dependencies()` function.
Internal:
- Add GitHub workflow.
- Add test command on Makefile.
- Add `requests` dev dependency.