Bug on Version 2.14.0
The python SDK version 2.14.0 has the following code defined in the _async_request function:
ssl_context = ssl.create_default_context(cafile=certifi.where())
async with aiohttp.ClientSession(ssl=ssl_context) as session:
this leads to an error like this:
TypeError: ClientSession.init() got an unexpected keyword argument 'ssl'
The SDK version 2.13.0 doesn't have this issue
@Firecrawl Team if you can take a look
@Firecrawl Team if you can take a look
2 Replies
Hey @Virgil Turcu, @rafaelmiller is looking at it
Try 2.15.0 and lmk if it works fine!
Will do, thank you