Appication Provider error: PydanticUserError #73
Unanswered
mSerendipity
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, when I was trying to run command 'uvicorn server:app --reload' for application provider, there were some problems with pydantic:
pydantic.errors.PydanticUserError: Please use
typing_extensions.TypedDict
instead oftyping.TypedDict
on Python < 3.12.I searched every file it mentioned but still couldn't find a TypedDict imported from typing, so I don't know where this error occurred. I also tried installing python 3.12, but when I run the AP command, there's many missing modules.
Could you please help me take a look? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions