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

watchdog 5.x compatibility #35

Merged
merged 2 commits into from
Aug 28, 2024
Merged

watchdog 5.x compatibility #35

merged 2 commits into from
Aug 28, 2024

Conversation

jor-rit
Copy link
Contributor

@jor-rit jor-rit commented Aug 27, 2024

New installs fail with:

TypeError: match_any_paths() takes 1 positional argument but 3 were given

This project specifies watchdog >= 2.0.0, so the new 5.x version is picked up.
This has some breaking changes, including enforcement of keyword-arguments.
Looks like nothing else is effected. Should also still work with older watchdog version, kwarg names have not changed.

Watchdog 5 changed the util function to only accept a single args and two kwargs.
Copy link
Owner

@olzhasar olzhasar left a comment

Choose a reason for hiding this comment

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

🚀

@olzhasar olzhasar merged commit 7918641 into olzhasar:master Aug 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants