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
2 Replies
Adobe.Flash
Adobe.Flash4mo ago
Hey @Virgil Turcu, @rafaelmiller is looking at it Try 2.15.0 and lmk if it works fine!
Virgil Turcu
Virgil TurcuOP3mo ago
Will do, thank you

Did you find this page helpful?