mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-12 12:31:00 +00:00
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