A typo(?) causing crashes in newer versions of apify + crawlee[parsel]

I am running an Actor using the CrawleeParsel.

After starting the actor, it immediately crashes because of this error:

TypeError: Requested global configuration object of type <class 'apify._configuration.Configuration'>, but <class 'crawlee.configuration.Configuration'> was found

image

This is my requirements file:

apify
beautifulsoup4[lxml]
httpx
types-beautifulsoup4
crawlee[parsel]

I managed to fix the error specifying apify==1.3.0