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
Gradio has updated its dependencies, affecting pydantic-core and fastapi
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "C:\Users\hpintel\anaconda3\envs\ellmopenvino-0925\lib\site-packages\pydantic\type_adapter.py", line 277, in _init_core_attrs
self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__')
File "C:\Users\hpintel\anaconda3\envs\ellmopenvino-0925\lib\site-packages\pydantic\type_adapter.py", line 119, in _getattr_no_parents
raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__
During handling of the above exception, another exception occurred: