Skip to content

Commit c0b9096

Browse files
authored
fix: Update impit to fix rare JSONDecodeError (#536)
### Issues: Related issue in the downstream repo: apify/apify-sdk-python#672
1 parent 5f30749 commit c0b9096

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = ["apify", "api", "client", "automation", "crawling", "scraping"]
2727
dependencies = [
2828
"apify-shared>=2.1.0,<3.0.0",
2929
"colorama>=0.4.0",
30-
"impit>=0.8.0",
30+
"impit>=0.9.2",
3131
"more_itertools>=10.0.0",
3232
]
3333

0 commit comments

Comments
 (0)