JakobGM / patito

A data modelling layer built on top of polars and pydantic
MIT License
252 stars 23 forks source link

Remove python version upper constraint #70

Closed chainyo closed 1 month ago

chainyo commented 3 months ago

Hi, this PR aims to remove the python upper version constraint <4.0 which is adding extra constraint for no reason and forces children project to adopt the unwanted poetry version notation or add this extra <4.0 constraint.

This would allow children project to avoid this useless warning

CleanShot 2024-04-29 at 09 27 49

Note that the resolver complains only in poetry and not in rye, maybe rye knows python 4.0 is far from reality :hugs:

thomasaarholt commented 1 month ago

A bit niche, but I don't mind removing this constraint. Thanks! (And sorry for the late reply!)