firecrawl
firecrawl copied to clipboard
[BUG] PIP Package is not deploying the latest Python SDK
The code deployed by PIP is not the latest.
Create a new venv and pip install firecrawl-py/ Compare the code in the venv with github, the pip installed code is old.
venv/lib/python3.12/site-packages/firecrawl/firecrawl.py https://github.com/mendableai/firecrawl/blob/main/apps/python-sdk/firecrawl/firecrawl.py
I tried this on Windows and Linux