scrapy-plugins/scrapy-jsonschema

DictItem is deprecated in latest scrapy versions

alexmic opened this issue · 2 comments

Scrapy logs the following:

ScrapyDeprecationWarning: scrapy.item.DictItem is deprecated, please use scrapy.item.Item instead

Hi @alexmic , yeah this deprecation warning was from scrapy>=1.8.0 (change log specifically from this PR: https://github.com/scrapy/scrapy/pull/3999/files

Thanks for raising this! I'll send out a PR soon.

any updates on this?