Updated FastAPI backend example

So we have an existing, internally-facing VueJS/FastAPI application that we are looking to expand access to externally. I am completely new to Auth0 and user authentication/authorization. Following this guide, I was able to scaffold a working Hello World example. However, it seems these repos are not kept up to date. The FastAPI backend repo has not been updated in a year, and as such is lagging behind in terms of package dependency versions. Mainly, it is still using V1 of pydantic.

Is there any effort to keep these updated? Can anyone point me to where I might find an updated version of this example?