spidermon icon indicating copy to clipboard operation
spidermon copied to clipboard

Restore _convert_item_to_dict Functionality in ItemValidationPipeline for Compatibility

Open arslansherazi opened this issue 1 year ago • 0 comments

This pull request restores the _convert_item_to_dict functionality in the ItemValidationPipeline, which was available in previous versions but removed in the current release.

For users who extended the ItemValidationPipeline with the spidermen pipeline and relied on the _convert_item_to_dict function, this removal could break their code. By reintroducing this functionality, we ensure those users can continue using it without needing to refactor their pipelines.

This update provides compatibility for users relying on the older version's behavior, while allowing users of the current version to avoid any issues or breaking changes.

Sample Code:

Screenshot 2024-10-14 at 10 52 59 PM

arslansherazi avatar Oct 14 '24 17:10 arslansherazi