Skip to content

Commit b3ae5a9

Browse files
authored
fix: Restrict apify-shared and apify-client versions (#523)
This will be backported to https://github.com/apify/apify-sdk-python/tree/release-v2 branch and a new patch will be released.
1 parent 7902c46 commit b3ae5a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ keywords = [
3434
"scraping",
3535
]
3636
dependencies = [
37-
"apify-client>=1.11.0",
38-
"apify-shared>=1.3.0",
37+
"apify-client<2.0.0",
38+
"apify-shared<2.0.0",
3939
"crawlee~=0.6.0",
4040
"cryptography>=42.0.0",
4141
"httpx>=0.27.0",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)