You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
Could we please use the PEP-621 format for the pyproject.toml? Poetry supports it from v2, so in that case, there should be a bottom version constraint as well.
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
Could we please use the PEP-621 format for the pyproject.toml? Poetry supports it from v2, so in that case, there should be a bottom version constraint as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t-toolingIssues with this label are in the ownership of the tooling team.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Issues