-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add ActorPermissionLevel enum #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure why |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please use standard docstrings instead of comments? Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, and also please undo all the upload-time
/upload_time
changes. You have an old version of uv
. More context here -> astral-sh/uv#13176.
Co-authored-by: Vlada Dusek <[email protected]>
Co-authored-by: Vlada Dusek <[email protected]>
Used the standard docstrings.... it's super weird to have them below the name 😄 Also updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This enum is required for the Python client so that it supports the new
forcePermissionLevel
run option.Full context here: https://github.com/apify/apify-core/pull/22681