DictItem is deprecated in latest scrapy versions
alexmic opened this issue · 2 comments
alexmic commented
Scrapy logs the following:
ScrapyDeprecationWarning: scrapy.item.DictItem is deprecated, please use scrapy.item.Item instead
BurnzZ commented
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.
ablewalmsley commented
any updates on this?