-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Upgrade pydantic, FastAPI and uvicorn #274
Comments
Pydantic has quite a lot of breaking changes which might be why it didn't work, see https://docs.pydantic.dev/latest/migration/. For example some methods changed name and the way to configure the model config changed. |
I've upgraded FastAPI and pydantic now |
@nick8325 Generating the documentation does not work now due to errors in unique_id.py:
I am trying to fix it, but maybe you have a better idea what's wrong. |
Think I just wrote something stupid :) I can try and fix it. |
Done! I think it was a search and replace that went wrong. |
(re-opening because there is still uvicorn to be done, right?) |
I opened a new one #276, so we can close this. |
Latest versions did not work out of the box.
Latest uvicorn worked locally, but not on server, which might be due to the server using
--root-path
.The text was updated successfully, but these errors were encountered: