jacobsvante / fastapi-security

Implements authentication and authorization as FastAPI dependencies
MIT License
139 stars 7 forks source link

fastapi-security should support pydantic v2 #9

Open cladden opened 1 year ago

cladden commented 1 year ago

fastapi has upgraded to pydantic v2, but trying to install fastapi-security with pydantic v2.1.1 results in the following error:

fastapi-security (0.5.0) depends on pydantic (>=1,<2), fastapi-security (>=0.5.0,<0.6.0) requires pydantic (>=1,<2).
thisiskeithkwan commented 3 months ago

I have the same issue to