fix(sdks): fetch next/pagination

This commit is contained in:
rafaelsideguide
2024-09-03 11:56:24 -03:00
parent c3d90d494c
commit 411d7f31c5
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import os
from .firecrawl import FirecrawlApp
__version__ = "1.2.1"
__version__ = "1.2.2"
# Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl")