dorinclisu / fastapi-auth0

FastAPI authentication and authorization using auth0.com
MIT License
230 stars 37 forks source link

Ensure compatibility with Pydantic v2 and FastAPI > 0.100 #37

Closed dorinclisu closed 1 year ago

dorinclisu commented 1 year ago

Pydantic v2 introduces some breaking changes which could affect us, for example #36

FastAPI 0.100 which introduces support for pydantic v2 might have its own particularities to be checked.

dorinclisu commented 1 year ago

Done with 0.5.0 release