Skip to content

Commit 4dcdc85

Browse files
committed
fix: Restrict apify-shared version
1 parent 1544eb2 commit 4dcdc85

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)