Josef Procházka
Josef Procházka
### Description Use `JsonSerializable` type for `user_data` ### Issues - Closes: #1191
Crawlers are failing with **httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)** . Investigate and fix. Probably some dependency update caused this issue. ``` [BeautifulSoupCrawler]...
Bump minimal version to Python3.10 and update any formatting and typing issues connected with bumping the version.
Currently there are following options for package manager when running crawlee cli: Poetry Pip Uv Manual Selecting any of the options except for the manual will not only prepare the...
Currently the Autoscaled pool will try to scale up if the the cpu utilization is low. The problem can happen in situation where for example some http based crawler (basically...
Currently when using `PlaywrightCrawler` the three default browser types are `'chromium', 'firefox', 'webkit'` Add straight forward support for actual `Chrome` as well. (consider if that is supposed to be in...
BasicCrawler has several internal state flags and also it's internal component _autoscaled_pool has specific states. Add public method that will analyze internal state flags and state of _autoscaled_pool and return...
### Description Split `BrowserType` literal into two different literals based on context. This avoids some confusion and some implicit string manipulation in favor of explicit name mapping between the two...
Request headers are correctly present when making the request, but context is not aware of them. This is due to the fact that the request headers are [set directly on...
If tip of master contains commit with **[skip ci]** , then checks are not needed for release. In majority of cases **[skip ci]** commit follows 100% green checks commit, but...