You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a weird Python package version issue where my Pydantic version doesn't seem to align with what Gradio (or fastapi within Gradio) expects
Below are the package versions when I do pip show <package_name>
gradio 3.41.2
pydantic 1.10.2
fastapi 0.94.0
Do these look right?
I'm also using Python 3.10.0 as specified
The text was updated successfully, but these errors were encountered:
I'm facing a weird Python package version issue where my Pydantic version doesn't seem to align with what Gradio (or fastapi within Gradio) expects
Below are the package versions when I do pip show <package_name>
gradio 3.41.2
pydantic 1.10.2
fastapi 0.94.0
Do these look right?
I'm also using Python 3.10.0 as specified
The text was updated successfully, but these errors were encountered: