Skip to content

Commit 22cd220

Browse files
authored
fix: Restrict apify-shared version (#447)
This will be backported to https://github.com/apify/apify-client-python/tree/release-v1 branch, and a new patch will be released.
1 parent 1544eb2 commit 22cd220

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
]
2525
keywords = ["apify", "api", "client", "automation", "crawling", "scraping"]
2626
dependencies = [
27-
"apify-shared>=1.4.1",
28-
"colorama~=0.4.0",
27+
"apify-shared<2.0.0",
28+
"colorama>=0.4.0",
2929
"httpx>=0.25",
3030
"more_itertools>=10.0.0",
3131
]

uv.lock

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

0 commit comments

Comments
 (0)