-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Notify's PollWatcher with_delay removed #144
Comments
Fun, and weird. Should be easy enough to remove it. |
Is it worth asking the conda people why the wrong rust package was downloaded? |
It's because of this: Cargo allows "newer" pre-releases to be used automatically. For example, if |
😞 I really don't understand why notify is versioned the way it is. I'll fix this and create an issue asking for a proper release ok notify. |
should be fixed by #146, once that's merged we can release a patch version. |
* support notify 5.0.0-pre.15, fix #144 * pin to exact notify pre-release Co-authored-by: Pavan Kumar Sunkara <[email protected]> Co-authored-by: Pavan Kumar Sunkara <[email protected]>
Description
The conda package fails to compile
watchfiles
v0.14 because if downloadsnotify
v5.0.0-pre.15. I'm not sure why since it is v5.0.0-pre.14 in Cargo.toml.And
with_delay
has been removed innotify
v5.0.0-pre.15.Example Code
No response
Example Code Output
No response
Operating System
Ubuntu 22.04
Environment
No response
Watchfiles Version
v0.14
Python Version
3.10
The text was updated successfully, but these errors were encountered: