We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8127b19 commit d682f13Copy full SHA for d682f13
1 file changed
pyproject.toml
@@ -25,7 +25,10 @@ classifiers = [
25
]
26
dependencies = [
27
"strands-agents>=1.0.0",
28
- "apify-client>=2.5.0",
+ # Upper bound <3.0.0: apify-client 3.0 (released 2026-05-20) is a major
29
+ # rewrite (Run dataclass instead of dict, new ApifyApiError signature,
30
+ # renamed timeout kwarg). Migrate in a follow-up.
31
+ "apify-client>=2.5.0,<3.0.0",
32
"rich>=13.0.0",
33
34
0 commit comments