-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update version requirements for python sdk (#273)
This should fix the failing tests. We might want to make the requirements looser and just install the latest version.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |