Changes
Enhancements
- Add support for generate name @jacobtomlinson (#447)
Bug Fixes
- Correctly set plural name in get when looking up unknown resources @jacobtomlinson (#464)
- Ensure hatch is installed with the correct Python version in CI @jacobtomlinson (#462)
- Move asyncio.get_event_loop() into coroutine @jacobtomlinson (#454)
- Fix setting attributes on objects @jacobtomlinson (#446)
Documentation
- Add Python minor versions to badge @jacobtomlinson (#463)
- Add missing version to examples of
new_class()
@jacobtomlinson (#458) - Enable pydocstyle rules in ruff and fix errors @jacobtomlinson (#438)
Project Hygiene
- Ensure hatch is installed with the correct Python version in CI @jacobtomlinson (#462)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#455)
- Improve type annotation for APIObject constructor @jacobtomlinson (#453)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#450)
- Fix some type errors found with pyright @jacobtomlinson (#448)
- Add py.typed file @max-muoto (#441)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#442)
- Turn on
pycodestyle
warnings,pep8-naming
andflake8-bugbear
inruff
. @jacobtomlinson (#439) - Enable pydocstyle rules in ruff and fix errors @jacobtomlinson (#438)