samuelcolvin / watchfiles

Simple, modern and fast file watching and code reload in Python.
https://watchfiles.helpmanual.io
MIT License
1.79k stars 108 forks source link

Questions on the use of a fork of notify #312

Open baldurmen opened 1 week ago

baldurmen commented 1 week ago

Description

Hello!

I maintain this library in Debian.

Since 6e3c2c8, watchfiles has been using a fork of the notify library.

I though this might have been a temporary fix, but now that version 1.0.0 has been released with it, I wanted to ask what are you plans with regards to this situation.

On the Debian side, using forks like that for a particular project makes it pretty hard to keep packaging this library. Depending on a git branch instead of a proper release makes it even harder in fact :(

Cheers,

Example Code

No response

Watchfiles Output

No response

Operating System & Architecture

N/A

Environment

No response

Python & Watchfiles Version

N/A

Rust & Cargo Version

No response