Yurii Karabas

Results 236 comments of Yurii Karabas

Hi @svituz, We released new version `0.14.0`, could you please check if this issue is still present?

Hi @svituz , Sorry for bothering you, any updates?

Hi @JulianJvn, Really appreciate such a detailed issue 🙏

Hi @JulianJvn , This issue should be fixed in version `0.15.1`.

I'm closing this issue, please reopen it if issue is still present on your side 🙏

Hi @roflatelie , It's an interesting use case, I will take a look 👀

@roflatelie Update from my side. After a quick look, there is no easy way to do it now. You can either work only with pydantic v2 models, or with pydantic...

I will try to come up with smth better, but it might be tricky

> 1. Which version of fastapi-pagination officially supports Pydantic V1 models? @roflatelie Latest version supports Pydantic V1 models, but you need to have `pydantic` v1 installed on your system, not...

Hi @roflatelie, This issue should be fixed in new version `0.15.1`. Here is example on how to use pydantic v1: ```py from fastapi import FastAPI from fastapi_pagination import add_pagination, Page,...