tonybaloney / wily

A Python application for tracking, reporting on timing and complexity in Python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click version not matching in pyproject.toml

fleskovar opened this issue · comments

Describe the bug
Click version for [build-system] is "click>=7.0,<9.0" while for [tool.flit.metadata] it is "click>=7.0,<8.0". This probably caused the package uploaded to pypi to have the wrong requirements "click>=7.0,<8.0".

To Reproduce
Steps to reproduce the behavior:

  1. pip install wily black
  2. Fails saying that wily requires "click>=7.0,<8.0"

Expected behavior
Expected versions for click should be "click>=7.0,<9.0"

Looks like wily has come compatibility issue with click >8 so it's not quite as simple as updating the metadata. I'll work through the issues

Fixed in 1.23.0