Skip to content

Why is there a strict dependency to Cython 0.29.14 ? #570

@rmedaer

Description

@rmedaer

The commit 7cb31bc updated the Cython dependency version. It's now required to have cython version strictly equals to 0.29.14

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions