fastapi-crudrouter icon indicating copy to clipboard operation
fastapi-crudrouter copied to clipboard

Fix bugs that are not compatible with pydantic2.x : Fix missing import + refactoring

Open anthonypelletier opened this issue 2 years ago • 3 comments

Fix missing import in get_pk_type :

if int(pydantic_version.split(".")[0]) >= 2:
NameError: name 'pydantic_version' is not defined

anthonypelletier avatar Oct 06 '23 01:10 anthonypelletier

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fastapi-crudrouter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 6, 2023 1:48am

vercel[bot] avatar Oct 06 '23 01:10 vercel[bot]

Thanks for this!

awtkns avatar Oct 31 '23 16:10 awtkns