Skip to content

Commit

Permalink
chore: Pin apify deps versions (#106)
Browse files Browse the repository at this point in the history
We pin Apify deps versions to prevent newer packages breaking older SDK
versions
  • Loading branch information
jirimoravcik authored Aug 2, 2023
1 parent f0ba351 commit 64b86f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ requires-python = ">=3.8"
dependencies = [
"aiofiles >= 22.1.0",
"aioshutil >= 1.0",
"apify-client >= 1.3.1",
"apify-shared >= 1.0.2",
"apify-client == 1.3.1",
"apify-shared == 1.0.2",
"colorama >= 0.4.6",
"cryptography >= 39.0.0",
"httpx >= 0.24.1",
Expand Down

0 comments on commit 64b86f7

Please sign in to comment.