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
pydantic 2.9
The current pinned pydantic 2.2.1 doesn’t have the class of “Discriminator” which is essential for langchain, which is an essential module for interacting with various of LLMs.
Error Msg:
” ImportError: cannot import name 'Discriminator' from 'pydantic' (/private/var/containers/Bundle/Application/AE4A4D9A-A217-4F5B-A681-EF33CCD44E56/Juno.app/pinned-packages/pydantic/init.py)
”
The text was updated successfully, but these errors were encountered:
Thanks for reporting @bosseeric—pydantic will be updated to latest when I get to upgrading the rest of the Python environment (don't have an ETA I'm afraid).
pydantic 2.9
The current pinned pydantic 2.2.1 doesn’t have the class of “Discriminator” which is essential for langchain, which is an essential module for interacting with various of LLMs.
Error Msg:
” ImportError: cannot import name 'Discriminator' from 'pydantic' (/private/var/containers/Bundle/Application/AE4A4D9A-A217-4F5B-A681-EF33CCD44E56/Juno.app/pinned-packages/pydantic/init.py)
”
The text was updated successfully, but these errors were encountered: