Skip to content

v0.11.0

Choose a tag to compare

@wRAR wRAR released this 29 Jan 11:41
· 19 commits to master since this release
  • Removed functions deprecated in 0.5.0:

    • itemadapter.utils.is_attrs_instance()
    • itemadapter.utils.is_dataclass_instance()
    • itemadapter.utils.is_pydantic_instance()
    • itemadapter.utils.is_scrapy_item()

(#93).

  • Added support for Pydantic 2 (#91).
  • Added __all__ to the top-level module to improve type checks (#90).
  • Improved pre-commit and CI configuration (#91, #92).