jazzband / pip-tools

A set of tools to keep your pinned Python dependencies fresh.
https://pip-tools.rtfd.io
BSD 3-Clause "New" or "Revised" License
7.67k stars 608 forks source link

7.3.0 version on pypi doesn't seem to be aligned with repo v7.3.0 (no --all-build-deps option in for instance) #2019

Closed cygerior closed 9 months ago

cygerior commented 9 months ago

installed pip-tools in a virtualenv using pip install -U pip-tools pip-compile --version pip-compile, version 7.3.0

$ pip --version pip 23.3.1 from /xxxxx/pip (python 3.9) $ python -V Python 3.9.2

same issue observed under Windows or WSL2

it also seems to be coherent with the fact that the README on pypi site is not the 7.3.0 README

cygerior commented 9 months ago

Sorry I was looking at master . abandoned