We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4765fc commit 69caf12Copy full SHA for 69caf12
CHANGELOG.md
@@ -2,10 +2,14 @@
2
3
## [1.7.3](../../releases/tag/v1.7.3) - Unreleased
4
5
-...
+### Added
6
+
7
+- Upgrade Apify Client to 1.7.1
8
9
## [1.7.2](../../releases/tag/v1.7.2) - 2024-07-08
10
11
12
13
- Add Actor Standby port
14
15
## [1.7.1](../../releases/tag/v1.7.1) - 2024-05-23
pyproject.toml
@@ -26,7 +26,7 @@ requires-python = ">=3.8"
26
# compatibility with a wide range of external packages. This decision was discussed in detail in the following PR:
27
# https://github.com/apify/apify-sdk-python/pull/154
28
dependencies = [
29
- "apify-client ~= 1.6.0",
+ "apify-client ~= 1.7.1",
30
"apify-shared ~= 1.1.2",
31
"aiofiles >= 22.1.0",
32
"aioshutil >= 1.0",
0 commit comments