canonical / craft-cli

https://canonical-craft-cli.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

do we need Pydantic? #201

Closed tigarmo closed 9 months ago

tigarmo commented 10 months ago

What needs to get done

We currently have a dependency on Pydantic, but as far as I can tell we don't use the lib at all. Check if we can drop the dependency.

Why it needs to get done

Migrating to Pydantic 2 is not a trivial task, and can be totally avoided if we can drop the dep altogether