# ImportError: cannot import name 'Schema' from 'pydantic'

**URL:** https://support.prodi.gy/t/importerror-cannot-import-name-schema-from-pydantic/3948
**Category:** Getting Started
**Tags:** third-party, install, done
**Created:** [February 26, 2021, 7:06pm UTC](https://support.prodi.gy/t/importerror-cannot-import-name-schema-from-pydantic/3948 "2021-02-26T19:06:40Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ines](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ines/32/3_2.png) [@ines](https://support.prodi.gy/u/ines)
#### Post date: [February 26, 2021, 11:31pm UTC](https://support.prodi.gy/t/importerror-cannot-import-name-schema-from-pydantic/3948/2 "2021-02-26T23:31:08Z")

</div>

Thanks for the heads-up! I guess we'll have to push another update then to prevent the new Pydantic from breaking Prodigy.

(This is a frustrating part of pinning dependencies in Python: we used to have it pinned for narrowly to the next minor version, but this can cause users to get version-locked. But if we pin to a library loosely, it can mean that a breaking update can break our stuff.)

**Edit:** Fixed in Prodigy v1.10.7!

---

_[View the full topic](https://support.prodi.gy/t/importerror-cannot-import-name-schema-from-pydantic/3948)._
