-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bugs that are not compatible with pydantic2.x #191
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey I was wandering around for this issue/pr and I appreciate your work! |
Thank you for your generous advice. |
Hi, everyone! Very interested in this release, as this library will really accelerate the development of a project I have just started. Reading the history, is something still missing to approve? I'd be glad to help. |
Is there any estimate for when this PR will be merged? |
I just added the missing import, and I'm really looking forward to seeing this PR merged. |
Okay, I have modified the location of the import. @awtkns |
This is still an issue, will this patch be updated soon? |
hi, can you merge? |
Waiting for @awtkns 's approving. |
I solved the problem that fastapi-crudrouter is not compatible with pydantic2.x, related issue #189, #190
The changes only involve
fastapi_crudrouter/core/_utils.py