Today i upgraded from 3.12.3 to 3.12.4, and I am using some of the imports from langchain. Now when I run my program I am getting this error ForwardRef._evaluate() missing 1 required keyword-only argument: ‘recursive_guard’. It seems to be related to pydantic but I have the latest version installed
were you able to solve this?