edornd / argdantic

Typed command line interfaces with argparse and pydantic
MIT License
38 stars 4 forks source link

Upgrade to Pydantic 2.x #33

Closed edornd closed 11 months ago

edornd commented 11 months ago

The new release of pydantic introduced some breaking changes, especially for py3.11. E.g. ImportError: cannot import name 'BaseSettings' from 'pydantic.env_settings'.

edornd commented 11 months ago

Closing, until... bugs.