diff --git a/templates/python-beautifulsoup/requirements.txt b/templates/python-beautifulsoup/requirements.txt index 5d7ee145..b4fa7000 100644 --- a/templates/python-beautifulsoup/requirements.txt +++ b/templates/python-beautifulsoup/requirements.txt @@ -1,7 +1,7 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 beautifulsoup4[lxml] httpx types-beautifulsoup4 diff --git a/templates/python-crawlee-beautifulsoup/requirements.txt b/templates/python-crawlee-beautifulsoup/requirements.txt index 299f3cd0..86af3ed5 100644 --- a/templates/python-crawlee-beautifulsoup/requirements.txt +++ b/templates/python-crawlee-beautifulsoup/requirements.txt @@ -1,5 +1,5 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 crawlee[beautifulsoup] diff --git a/templates/python-crawlee-playwright/requirements.txt b/templates/python-crawlee-playwright/requirements.txt index 259f81bb..1a77666b 100644 --- a/templates/python-crawlee-playwright/requirements.txt +++ b/templates/python-crawlee-playwright/requirements.txt @@ -1,5 +1,5 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 crawlee[playwright] diff --git a/templates/python-empty/requirements.txt b/templates/python-empty/requirements.txt index 6e93fb99..c7a3c302 100644 --- a/templates/python-empty/requirements.txt +++ b/templates/python-empty/requirements.txt @@ -1,4 +1,4 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 diff --git a/templates/python-playwright/requirements.txt b/templates/python-playwright/requirements.txt index dc69f137..91d97293 100644 --- a/templates/python-playwright/requirements.txt +++ b/templates/python-playwright/requirements.txt @@ -1,5 +1,5 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 playwright diff --git a/templates/python-scrapy/requirements.txt b/templates/python-scrapy/requirements.txt index 6ff7e80b..af319ffb 100644 --- a/templates/python-scrapy/requirements.txt +++ b/templates/python-scrapy/requirements.txt @@ -1,6 +1,6 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify[scrapy] ~= 2.1.0 +apify[scrapy] < 3.0 nest-asyncio scrapy diff --git a/templates/python-selenium/requirements.txt b/templates/python-selenium/requirements.txt index d65b15dc..2b250e56 100644 --- a/templates/python-selenium/requirements.txt +++ b/templates/python-selenium/requirements.txt @@ -1,5 +1,5 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 selenium diff --git a/templates/python-standby/requirements.txt b/templates/python-standby/requirements.txt index 6e93fb99..c7a3c302 100644 --- a/templates/python-standby/requirements.txt +++ b/templates/python-standby/requirements.txt @@ -1,4 +1,4 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 diff --git a/templates/python-start/requirements.txt b/templates/python-start/requirements.txt index 5d7ee145..b4fa7000 100644 --- a/templates/python-start/requirements.txt +++ b/templates/python-start/requirements.txt @@ -1,7 +1,7 @@ # Feel free to add your Python dependencies below. For formatting guidelines, see: # https://pip.pypa.io/en/latest/reference/requirements-file-format/ -apify ~= 2.1.0 +apify < 3.0 beautifulsoup4[lxml] httpx types-beautifulsoup4 diff --git a/wrappers/python-scrapy/requirements_apify.txt b/wrappers/python-scrapy/requirements_apify.txt index 862e24fe..bc627cdc 100644 --- a/wrappers/python-scrapy/requirements_apify.txt +++ b/wrappers/python-scrapy/requirements_apify.txt @@ -1,6 +1,6 @@ # Add your dependencies here. # See https://pip.pypa.io/en/latest/reference/requirements-file-format/ # for how to format them -apify[scrapy] ~= 2.1.0 +apify[scrapy] < 3.0 nest-asyncio scrapy