Skip to content

Update python-crewai template to Apify SDK v4 once langchain-apify supports apify-client v3 #863

Description

@vdusek

The python-crewai template is the only Python template still pinned to Apify SDK v3 after #861.

Why it's blocked

The template's ApifyActorsTool (from crewai-tools) depends on langchain-apify, which pins apify-client < 3.0.0. Apify SDK v4 requires apify-client >= 3.1.0, so the two cannot be resolved together:

apify >= 4.0.0                 ->  apify-client >= 3.1.0
langchain-apify (all versions) ->  apify-client < 3.0.0

Action

Bump python-crewai to apify >= 4.0.0, < 5.0.0 once langchain-apify releases a version compatible with apify-client v3.

Related

✍️ Drafted by Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    t-buildersIssues owned by the Builders team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions