Skip to content

Commit 69caf12

Browse files
authored
chore: upgrade apify client to 1.7.1 (#221)
1 parent d4765fc commit 69caf12

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## [1.7.3](../../releases/tag/v1.7.3) - Unreleased
44

5-
...
5+
### Added
6+
7+
- Upgrade Apify Client to 1.7.1
68

79
## [1.7.2](../../releases/tag/v1.7.2) - 2024-07-08
810

11+
### Added
12+
913
- Add Actor Standby port
1014

1115
## [1.7.1](../../releases/tag/v1.7.1) - 2024-05-23

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires-python = ">=3.8"
2626
# compatibility with a wide range of external packages. This decision was discussed in detail in the following PR:
2727
# https://github.com/apify/apify-sdk-python/pull/154
2828
dependencies = [
29-
"apify-client ~= 1.6.0",
29+
"apify-client ~= 1.7.1",
3030
"apify-shared ~= 1.1.2",
3131
"aiofiles >= 22.1.0",
3232
"aioshutil >= 1.0",

0 commit comments

Comments
 (0)