monim67 / poetry-bumpversion

Poetry plugin to update __version__ in __init__ file and other files containing version strings
https://pypi.org/project/poetry-bumpversion/
MIT License
81 stars 4 forks source link

support pydantic 2.x conflict with fastapi #10

Closed Ben621 closed 8 months ago

Ben621 commented 8 months ago

hey I'm using this library with fastapi that uses pydantic >2 to update my swagger version

but because you have pinned to a version older than 2 . I'm unable to use the news feature on fastapi

Thank you in advance.

monim67 commented 8 months ago

Thanks for reminding me, I have plans to support pedantic 2 by the end of the week.

monim67 commented 8 months ago

Published new version 0.3.2 with support for both pydantic 1 & 2.