Skip to content

Commit 64b86f7

Browse files
authored
chore: Pin apify deps versions (#106)
We pin Apify deps versions to prevent newer packages breaking older SDK versions
1 parent f0ba351 commit 64b86f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ requires-python = ">=3.8"
2525
dependencies = [
2626
"aiofiles >= 22.1.0",
2727
"aioshutil >= 1.0",
28-
"apify-client >= 1.3.1",
29-
"apify-shared >= 1.0.2",
28+
"apify-client == 1.3.1",
29+
"apify-shared == 1.0.2",
3030
"colorama >= 0.4.6",
3131
"cryptography >= 39.0.0",
3232
"httpx >= 0.24.1",

0 commit comments

Comments
 (0)