Relax of packaging dependency did not take effect?
AvnerCohen opened this issue · 3 comments
AvnerCohen commented
I noticed this commit:
24b9fc3
And a recent push to pypi (3.14
)
However I am still seeing the wrong restriction: packaging>=21,<23
Requirement already satisfied: limits==3.1.4 in ./lib/python3.9/site-packages (3.1.4)
Requirement already satisfied: typing-extensions in ./lib/python3.9/site-packages (from limits==3.1.4) (4.4.0)
Requirement already satisfied: packaging<23,>=21 in ./lib/python3.9/site-packages (from limits==3.1.4) (22.0)
Indeed when I extract the pushed wheel, I see:
...
Requires-Dist: packaging (<23,>=21)
...
Q: Could there have been some miss out in the pypi update ?
alisaifee commented
Ah that commit is after the last release. I can make a new one shortly!
AvnerCohen commented
Thanks so much for the quick handling! much appreciated!