```Unable to generate pydantic-core schema for dat...
# getting-started
f
Copy code
Unable to generate pydantic-core schema for datahub.utilities.lossy_collections.LossyList[str]
This is the error I'm getting when trying to ingest openapi
✅ 1
d
Hi, what version are you using? Could you try upgrading to the laster version and share how it goes? (this thread will help : https://datahubspace.slack.com/archives/CUMUWQU66/p1690838758216809)
f
Hi! I found out that my openapi ingestion pipeline is installing the wrong version of pydantic
I can manually go in and update it but to avoid doing that every time, I'd like to find the requirements file it's installing from and change it to install the correct version. Any idea where that file could be?