Nick: origin api-sdk in python sdk
This commit is contained in:
@@ -13,7 +13,7 @@ import os
|
|||||||
|
|
||||||
from .firecrawl import FirecrawlApp # noqa
|
from .firecrawl import FirecrawlApp # noqa
|
||||||
|
|
||||||
__version__ = "1.10.2"
|
__version__ = "1.11.0"
|
||||||
|
|
||||||
# Define the logger for the Firecrawl project
|
# Define the logger for the Firecrawl project
|
||||||
logger: logging.Logger = logging.getLogger("firecrawl")
|
logger: logging.Logger = logging.getLogger("firecrawl")
|
||||||
|
|||||||
@@ -737,7 +737,8 @@ class FirecrawlApp:
|
|||||||
request_data = {
|
request_data = {
|
||||||
**jsonData,
|
**jsonData,
|
||||||
'allowExternalLinks': params.get('allow_external_links', False) if params else False,
|
'allowExternalLinks': params.get('allow_external_links', False) if params else False,
|
||||||
'schema': schema
|
'schema': schema,
|
||||||
|
'origin': 'api-sdk'
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user