Skip to content

Commit

Permalink
Use client 1.6.0 and shared 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek committed Nov 16, 2023
1 parent 5970466 commit 6f36bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "apify"
version = "1.3.1"
version = "1.4.0"
description = "Apify SDK for Python"
readme = "README.md"
license = { text = "Apache Software License" }
Expand All @@ -24,8 +24,8 @@ requires-python = ">=3.8"
dependencies = [
"aiofiles >= 22.1.0",
"aioshutil >= 1.0",
"apify-client ~= 1.5.0",
"apify-shared ~= 1.0.4",
"apify-client ~= 1.6.0",
"apify-shared ~= 1.1.0",
"colorama >= 0.4.6",
"cryptography >= 39.0.0",
"httpx >= 0.24.1",
Expand Down

0 comments on commit 6f36bd9

Please sign in to comment.