We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @collerek ,
Just want to check if it's possible for us to support higher pydantic versions or is there a reason ormar is fixed at 2.5?
BTW, thank you for this amazing tool.
The text was updated successfully, but these errors were encountered:
fastapi-jwt-auth3 need:pydantic>=2.7.3 for version 0.3.5 ormar need:pydantic==2.5.3 for ormar==0.20.1
pydantic>=2.7.3
0.3.5
pydantic==2.5.3
ormar==0.20.1
This makes it impossible to use both wheels in the same project.
Sorry, something went wrong.
Hi @Zerorigin, thank you for taking action on this issue.
Sorry, I could not understand the issue as fastapi-jwt-auth3 does not seem to be a problem.
fastapi-jwt-auth3
What do you mean by ormar need:pydantic==2.5.3 for ormar==0.20.1 ?
ormar need:pydantic==2.5.3 for ormar==0.20.1
It seems that ormar and fastapi-jwt-auth3 can be used in the same project if ormar allows higher versions than 2.5.3.
Yeap.
No branches or pull requests
Hi @collerek ,
Just want to check if it's possible for us to support higher pydantic versions or is there a reason ormar is fixed at 2.5?
BTW, thank you for this amazing tool.
The text was updated successfully, but these errors were encountered: