diff --git a/pyproject.toml b/pyproject.toml index ac1cf2d6..477e913e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } @@ -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",