Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typing imports in extraction usecase (langchain-ai#11402)
The person class here: https://python.langchain.com/docs/use_cases/extraction#pydantic-1 has attributes `dog_breed` and `dog_name` that use `Optional` from typing, but it hasn't been imported. Fixed the import here
- Loading branch information