Skip to content

Commit

Permalink
chore: update version requirements for python sdk (#273)
Browse files Browse the repository at this point in the history
This should fix the failing tests. We might want to make the
requirements looser and just install the latest version.
  • Loading branch information
janbuchar authored Mar 13, 2024
2 parents dcf882a + cc2af1d commit cf48a69
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion templates/python-beautifulsoup/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 ~= 1.6.0
apify ~= 1.7.0
beautifulsoup4 ~= 4.12.2
httpx ~= 0.25.2
types-beautifulsoup4 ~= 4.12.0.7
2 changes: 1 addition & 1 deletion templates/python-empty/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 ~= 1.6.0
apify ~= 1.7.0
2 changes: 1 addition & 1 deletion templates/python-playwright/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 ~= 1.6.0
apify ~= 1.7.0
playwright ~= 1.39.0
2 changes: 1 addition & 1 deletion templates/python-scrapy/requirements.txt
Original file line number Diff line number Diff line change
@@ -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] ~= 1.6.0
apify[scrapy] ~= 1.7.0
nest-asyncio ~= 1.5.8
scrapy ~= 2.11.1
2 changes: 1 addition & 1 deletion templates/python-selenium/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 ~= 1.6.0
apify ~= 1.7.0
selenium ~= 4.14.0
2 changes: 1 addition & 1 deletion templates/python-start/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 ~= 1.6.0
apify ~= 1.7.0
beautifulsoup4 ~= 4.12.2
httpx ~= 0.25.2
types-beautifulsoup4 ~= 4.12.0.7
2 changes: 1 addition & 1 deletion wrappers/python-scrapy/requirements_apify.txt
Original file line number Diff line number Diff line change
@@ -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] ~= 1.6.0
apify[scrapy] ~= 1.7.0
nest-asyncio ~= 1.5.8
scrapy ~= 2.11.1

0 comments on commit cf48a69

Please sign in to comment.