conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
36 stars 42 forks source link

Please update pydantic support to 2.X #166

Closed opoplawski closed 9 months ago

opoplawski commented 10 months ago

Checklist

What is the idea?

Fedora is shipping pydantic 2.X, it would be helpful for packaging conda-menuinst if menuinst would support that. Thank you.

Why is this needed?

No response

What should happen?

No response

Additional Context

No response

jaimergp commented 10 months ago

Hi! pydantic is not a runtime requirement. It's only used to regenerate the JSON schemas shipped in the repo, and for some tests, but end users won't need it. Is that helpful?

opoplawski commented 10 months ago

We prefer to run package tests when building Fedora packages. It's not a hard requirement, but that's why I made the request.