From 18059129afce8778ce59478e1f0898f3506d6a77 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 24 Jul 2020 17:17:33 +0500 Subject: [PATCH] Update the minimum version with async start_requests. --- docs/topics/spider-middleware.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/spider-middleware.rst b/docs/topics/spider-middleware.rst index cebffa6fe..262d2266d 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -147,8 +147,8 @@ object gives you access, for example, to the :ref:`settings `. .. method:: process_start_requests(start_requests, spider) .. versionadded:: 0.15 - .. versionchanged:: 2.2 - Since 2.2 this can take and return an :term:`python:asynchronous + .. versionchanged:: 2.3 + Since 2.3 this can take and return an :term:`python:asynchronous iterable`. This method is called with the start requests of the spider, and works