Skip to content

Commit 17c13d1

Browse files
authored
fix: Update apify client to fix rare JSONDecodeError (#679)
### Issues: Closes: #672
1 parent 5ef187d commit 17c13d1

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ keywords = [
3434
"scraping",
3535
]
3636
dependencies = [
37-
"apify-client>=2.2.0,<3.0.0",
37+
"apify-client>=2.3.0,<3.0.0",
3838
"apify-shared>=2.0.0,<3.0.0",
3939
"crawlee>=1.0.4,<2.0.0",
4040
"cachetools>=5.5.0",

0 commit comments

Comments
 (0)