pydantic / bump-pydantic

Convert Pydantic from V1 to V2 ♻
MIT License
303 stars 24 forks source link

Fix Detect missing pydantic dependency (e.g. pydantic-settings or extra types) #145

Open yctomwang opened 8 months ago

yctomwang commented 8 months ago

Aim to fix issue https://github.com/pydantic/bump-pydantic/issues/104 through finding missing imports and outputting to stdout.

Kludex commented 1 month ago

I think the idea would be to print to install the missing packages only once, at the end of the execution.

Are you still interested in continuing here @yctomwang ?

Kludex commented 1 month ago

I closed by mistake... 👀