fix: update project templates for Poetry v2.x compatibility by Mantisus · Pull Request #1049 · apify/crawlee-python

Awesome, does the dockerfile for deployment to apify still work?

Yep. Locally it runs correctly for beautifulsoup, parsel and camoufox. There is a problem for Playwright, but it is not poetry related

Playwright requires or modification of the docker template since I get the error
Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Or running with the browser_launch_options={'args': ['--no-sandbox']} for PlaywrightCrawler.
Or using firefox as the browser in the template - I'd prefer this option