The commit 7cb31bc updated the Cython dependency version. It's now required to have cython version [strictly equals to `0.29.14`](https://github.com/MagicStack/asyncpg/commit/7cb31bc6c8bf974827b793efad2caa659fe143e4#diff-2eeaed663bd0d25b7e608891384b7298R30) I have 2 questions about this: - Why did you changed from `0.29` to `0.29.14` ? Is there a feature/fix in `.14` which is required for _asyncpg_ ? If yes, which one ? - Shouldn't it be _greater or equals_ (`>=0.29.14`) instead of _equals_ (`==0.29.14`) ? Maybe a question for @1st1 who did the commit. Kind regards,