Skip to content
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

fix: Better event listener type definitions #354

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

@janbuchar janbuchar added the t-tooling Issues with this label are in the ownership of the tooling team. label Dec 10, 2024
@github-actions github-actions bot added this to the 104th sprint - Tooling team milestone Dec 10, 2024
@@ -45,7 +45,7 @@ keywords = [
python = "^3.9"
apify-client = ">=1.8.1"
apify-shared = ">=1.1.2"
crawlee = "~0.4.0"
crawlee = { git = "https://github.com/apify/crawlee-python.git", branch = "improve-event-types" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change once we release the PR

Copy link
Contributor

@vdusek vdusek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@janbuchar janbuchar marked this pull request as draft December 11, 2024 13:43
@janbuchar
Copy link
Contributor Author

Converted to draft until changes in Crawlee are released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow registering event handlers that do not accept any parameters
2 participants